View Source GoogleApi.YouTubeReporting.V1.Model.ListJobsResponse (google_api_you_tube_reporting v0.15.0)

Response message for ReportingService.ListJobs.

Attributes

  • jobs (type: list(GoogleApi.YouTubeReporting.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 ListJobsRequest.page_token field in the subsequent call to ListJobs method to retrieve the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.