View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2CancelExecutionRequest (google_api_run v0.30.0)

Request message for deleting an Execution.

Attributes

  • etag (type: String.t, default: nil) - A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.
  • validateOnly (type: boolean(), default: nil) - Indicates that the request should be validated without actually cancelling any resources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2CancelExecutionRequest{
  etag: String.t() | nil,
  validateOnly: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.