GoogleApi.YouTubeReporting.V1.Model.ListReportsResponse (google_api_you_tube_reporting v0.14.0) View Source

Response message for ReportingService.ListReports.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results. Pass this value in the ListReportsRequest.page_token field in the subsequent call to ListReports method to retrieve the next page of results.
  • reports (type: list(GoogleApi.YouTubeReporting.V1.Model.Report.t), default: nil) - The list of report types.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTubeReporting.V1.Model.ListReportsResponse{
  nextPageToken: String.t() | nil,
  reports: [GoogleApi.YouTubeReporting.V1.Model.Report.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.