GoogleCloudRunV2Condition constructor

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

Implementation

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