GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaReplayExecutionRequest (google_api_integrations v0.15.0)
View SourceRequest for replaying an execution.
Attributes
-
modifiedParameters(type:%{optional(String.t) => GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaValueType.t}, default:nil) - Optional. The modified input parameters for replay. - Provide values for all the fields in the 'update_mask'. Any field not present in the 'update_mask' will be ignored and its value will be taken from the original execution. - If the 'update_mask' is not specified, all the parameters from original execution will be ignored and only themodified_parameterswill be used. -
replayMode(type:String.t, default:nil) - Optional. The mode of the replay. -
replayReason(type:String.t, default:nil) - Required. The user provided reason for replaying the execution. -
updateMask(type:String.t, default:nil) - Optional. The list of parameters to be updated. - If theupdate_maskis not specified, all the parameters from original execution will be ignored and only themodified_parameterswill be used. - It is an error to include a parameter inupdate_maskbut not inmodified_parameters. - Updating nested fields in a JSON parameter is not supported, please provide the complete JSON in themodified_parameters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaReplayExecutionRequest{ modifiedParameters: %{ optional(String.t()) => GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaValueType.t() } | nil, replayMode: String.t() | nil, replayReason: String.t() | nil, updateMask: String.t() | nil }