GoogleCloudIntegrationsV1alphaReplayExecutionRequest class
Request for replaying an execution.
Constructors
-
GoogleCloudIntegrationsV1alphaReplayExecutionRequest.new({Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? modifiedParameters, String? replayMode, String? replayReason, String? updateMask}) - GoogleCloudIntegrationsV1alphaReplayExecutionRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
modifiedParameters
↔ Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? -
The modified input parameters for replay.
getter/setter pair
- replayMode ↔ String?
-
The mode of the replay.
getter/setter pair
- replayReason ↔ String?
-
The user provided reason for replaying the execution.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMask ↔ String?
-
The list of parameters to be updated.
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