RollbackAttempt class

RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.

Constructors

RollbackAttempt({String? destinationPhase, String? rolloutId, String? state, String? stateDesc})
RollbackAttempt.fromJson(Map json_)

Properties

destinationPhase String?
The phase to which the rollout will be rolled back to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rolloutId String?
ID of the rollback Rollout to create.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Valid state of this rollback action.
getter/setter pair
stateDesc String?
Description of the state of the Rollback.
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