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

Job represents the configuration of a single job, which references a container image which is run to completion.

Attributes

  • apiVersion (type: String.t, default: nil) - Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values.
  • kind (type: String.t, default: nil) - Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase.
  • metadata (type: GoogleApi.Run.V1.Model.ObjectMeta.t, default: nil) - Optional. Standard object's metadata.
  • spec (type: GoogleApi.Run.V1.Model.JobSpec.t, default: nil) - Optional. Specification of the desired behavior of a job.
  • status (type: GoogleApi.Run.V1.Model.JobStatus.t, default: nil) - Output only. Current status of a job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.Job{
  apiVersion: String.t() | nil,
  kind: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ObjectMeta.t() | nil,
  spec: GoogleApi.Run.V1.Model.JobSpec.t() | nil,
  status: GoogleApi.Run.V1.Model.JobStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.