GoogleCloudRunV1Condition constructor

GoogleCloudRunV1Condition({
  1. String? lastTransitionTime,
  2. String? message,
  3. String? reason,
  4. String? severity,
  5. String? status,
  6. String? type,
})

Implementation

GoogleCloudRunV1Condition({
  this.lastTransitionTime,
  this.message,
  this.reason,
  this.severity,
  this.status,
  this.type,
});