ActionState class

Represents information about the state of an action.

Constructors

ActionState({String? actionName, ActionRevision? currentRevision, String? entityUrl, ActionExecution? latestExecution, String? revisionUrl})
ActionState.fromJson(Map<String, dynamic> json)
factory

Properties

actionName String?
The name of the action.
final
currentRevision ActionRevision?
Represents information about the version (or revision) of an action.
final
entityUrl String?
A URL link for more information about the state of the action, such as a deployment group details page.
final
hashCode int
The hash code for this object.
no setterinherited
latestExecution ActionExecution?
Represents information about the run of an action.
final
revisionUrl String?
A URL link for more information about the revision, such as a commit details page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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