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