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

ListJobsResponse is a list of Jobs resources.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "run.googleapis.com/v1".
  • items (type: list(GoogleApi.Run.V1.Model.Job.t), default: nil) - List of Jobs.
  • kind (type: String.t, default: nil) - The kind of this resource, in this case "JobsList".
  • metadata (type: GoogleApi.Run.V1.Model.ListMeta.t, default: nil) - Metadata associated with this jobs list.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.ListJobsResponse{
  apiVersion: String.t() | nil,
  items: [GoogleApi.Run.V1.Model.Job.t()] | nil,
  kind: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ListMeta.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.