google_api_cloud_scheduler v0.3.1 GoogleApi.CloudScheduler.V1.Model.ListJobsResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudScheduler.V1.Model.ListJobsResponse{
  jobs: [GoogleApi.CloudScheduler.V1.Model.Job.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.