GoogleCloudAiplatformV1ProbeGrpcAction constructor

GoogleCloudAiplatformV1ProbeGrpcAction({
  1. int? port,
  2. String? service,
})

Implementation

GoogleCloudAiplatformV1ProbeGrpcAction({
  this.port,
  this.service,
});