View Source GoogleApi.Run.V1.Model.JobSpec (google_api_run v0.31.0)

JobSpec describes how the job will look.

Attributes

  • runExecutionToken (type: String.t, default: nil) - A unique string used as a suffix for creating a new execution. The Job will become ready when the execution is successfully completed. The sum of job name and token length must be fewer than 63 characters.
  • startExecutionToken (type: String.t, default: nil) - A unique string used as a suffix for creating a new execution. The Job will become ready when the execution is successfully started. The sum of job name and token length must be fewer than 63 characters.
  • template (type: GoogleApi.Run.V1.Model.ExecutionTemplateSpec.t, default: nil) - Optional. Describes the execution that will be created when running a job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.JobSpec{
  runExecutionToken: String.t() | nil,
  startExecutionToken: String.t() | nil,
  template: GoogleApi.Run.V1.Model.ExecutionTemplateSpec.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.