GoogleCloudRunV2Condition constructor

GoogleCloudRunV2Condition({
  1. String? executionReason,
  2. String? instanceReason,
  3. String? lastTransitionTime,
  4. String? message,
  5. String? reason,
  6. String? revisionReason,
  7. String? severity,
  8. String? state,
  9. String? type,
})

Implementation

GoogleCloudRunV2Condition({
  this.executionReason,
  this.instanceReason,
  this.lastTransitionTime,
  this.message,
  this.reason,
  this.revisionReason,
  this.severity,
  this.state,
  this.type,
});