V1beta2FlowSchemaCondition class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

V1beta2FlowSchemaCondition({DateTime? lastTransitionTime, String? message, String? reason, String? status, String? type})
Returns a new V1beta2FlowSchemaCondition instance.
V1beta2FlowSchemaCondition.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
lastTransitionTime DateTime?
lastTransitionTime is the last time the condition transitioned from one status to another.
final
message String?
message is a human-readable message indicating details about last transition.
final
reason String?
reason is a unique, one-word, CamelCase reason for the condition's last transition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
status is the status of the condition. Can be True, False, Unknown. Required.
final
type String?
type is the type of the condition. Required.
final

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.
override

Operators

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