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

JobSpec describes how the job will look.

Attributes

  • 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{
  template: GoogleApi.Run.V1.Model.ExecutionTemplateSpec.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.