$ReplayInfo class

Used by:

  • integrations:v1 : EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo
  • integrations:v1 : GoogleCloudIntegrationsV1alphaExecutionReplayInfo

Constructors

$ReplayInfo({String? originalExecutionInfoId, String? replayReason, List<String>? replayedExecutionInfoIds})
$ReplayInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
originalExecutionInfoId String?
If this execution is a replay of another execution, then this field contains the original execution id.
getter/setter pair
replayedExecutionInfoIds List<String>?
If this execution has been replayed, then this field contains the execution ids of the replayed executions.
getter/setter pair
replayReason String?
reason for replay
getter/setter pair
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