View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ListJobsResponse (google_api_run v0.30.0)

Response message containing a list of Jobs.

Attributes

  • jobs (type: list(GoogleApi.Run.V2.Model.GoogleCloudRunV2Job.t), default: nil) - The resulting list of Jobs.
  • nextPageToken (type: String.t, default: nil) - A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ListJobsResponse{
  jobs: [GoogleApi.Run.V2.Model.GoogleCloudRunV2Job.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.