GoogleCloudAiplatformV1ProbeTcpSocketAction.fromJson constructor
GoogleCloudAiplatformV1ProbeTcpSocketAction.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ProbeTcpSocketAction.fromJson(core.Map json_)
: this(
host: json_['host'] as core.String?,
port: json_['port'] as core.int?,
);