GoogleCloudAiplatformV1ProbeTcpSocketAction constructor

GoogleCloudAiplatformV1ProbeTcpSocketAction({
  1. String? host,
  2. int? port,
})

Implementation

GoogleCloudAiplatformV1ProbeTcpSocketAction({
  this.host,
  this.port,
});