GoogleCloudRunV2Condition class

Defines a status condition for a resource.

Constructors

GoogleCloudRunV2Condition({String? executionReason, String? lastTransitionTime, String? message, String? reason, String? revisionReason, String? severity, String? state, String? type})
GoogleCloudRunV2Condition.fromJson(Map json_)

Properties

executionReason String?
A reason for the execution condition. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastTransitionTime String?
Last time the condition transitioned from one status to another.
getter/setter pair
message String?
Human readable message indicating details about the current status.
getter/setter pair
reason String?
A common (service-level) reason for this condition. Possible string values are:
getter/setter pair
revisionReason String?
A reason for the revision condition. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
How to interpret failures of this condition, one of Error, Warning, Info Possible string values are:
getter/setter pair
state String?
State of the condition. Possible string values are:
getter/setter pair
type String?
type is used to communicate the status of the reconciliation process.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited