ActionRevision class

Represents information about the version (or revision) of an action.

Constructors

ActionRevision({required DateTime created, required String revisionChangeId, required String revisionId})
ActionRevision.fromJson(Map<String, dynamic> json)
factory

Properties

created DateTime
The date and time when the most recent version of the action was created, in timestamp format.
final
hashCode int
The hash code for this object.
no setterinherited
revisionChangeId String
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
final
revisionId String
The system-generated unique ID that identifies the revision number of the action.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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