GoogleCloudRunV2Probe constructor

GoogleCloudRunV2Probe({
  1. int? failureThreshold,
  2. GoogleCloudRunV2GRPCAction? grpc,
  3. GoogleCloudRunV2HTTPGetAction? httpGet,
  4. int? initialDelaySeconds,
  5. int? periodSeconds,
  6. GoogleCloudRunV2TCPSocketAction? tcpSocket,
  7. int? timeoutSeconds,
})

Implementation

GoogleCloudRunV2Probe({
  this.failureThreshold,
  this.grpc,
  this.httpGet,
  this.initialDelaySeconds,
  this.periodSeconds,
  this.tcpSocket,
  this.timeoutSeconds,
});