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