View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2RunJobRequest (quiqup_google_api_run v0.28.0)

Request message to create a new Execution of a Job.

attributes

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.