View Source GoogleApi.CloudScheduler.V1.Model.ListJobsResponse (google_api_cloud_scheduler v0.7.5)

Response message for listing jobs using ListJobs.

Attributes

  • jobs (type: list(GoogleApi.CloudScheduler.V1.Model.Job.t), default: nil) - The list of jobs.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate. The page token is valid for only 2 hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudScheduler.V1.Model.ListJobsResponse{
  jobs: [GoogleApi.CloudScheduler.V1.Model.Job.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.