google_api_you_tube_reporting v0.3.0 GoogleApi.YouTubeReporting.V1.Model.ListJobsResponse View Source

Response message for ReportingService.ListJobs.

Attributes

  • jobs (list(GoogleApi.YouTubeReporting.V1.Model.Job.t)): The list of jobs. Defaults to nil.
  • nextPageToken (String.t): 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. Defaults to nil.

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.YouTubeReporting.V1.Model.ListJobsResponse{
  jobs: [GoogleApi.YouTubeReporting.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.