google_api_you_tube_reporting v0.2.0 GoogleApi.YouTubeReporting.V1.Model.ListReportsResponse View Source

Response message for ReportingService.ListReports.

Attributes

  • nextPageToken (String.t): 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. Defaults to: null.
  • reports ([Report]): The list of report types. Defaults to: null.

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.ListReportsResponse{
  nextPageToken: any(),
  reports: [GoogleApi.YouTubeReporting.V1.Model.Report.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.