View Source GoogleApi.Run.V1.Model.RunJobRequest (google_api_run v0.30.0)

Request message for creating a new execution of a job.

Attributes

  • overrides (type: GoogleApi.Run.V1.Model.Overrides.t, default: nil) - Optional. Overrides existing job configuration for one specific new job execution only, using the specified values to update the job configuration for the new execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.RunJobRequest{
  overrides: GoogleApi.Run.V1.Model.Overrides.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.