google_api_you_tube_reporting v0.3.0 GoogleApi.YouTubeReporting.V1.Model.ListReportTypesResponse View Source
Response message for ReportingService.ListReportTypes.
Attributes
- nextPageToken (String.t): A token to retrieve next page of results.
Pass this value in the
ListReportTypesRequest.page_token
field in the subsequent call to
ListReportTypes
method to retrieve the next page of results. Defaults tonil
. - reportTypes (list(GoogleApi.YouTubeReporting.V1.Model.ReportType.t)): The list of report types. 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()
View Source
t() :: %GoogleApi.YouTubeReporting.V1.Model.ListReportTypesResponse{
nextPageToken: String.t(),
reportTypes: [GoogleApi.YouTubeReporting.V1.Model.ReportType.t()]
}
t() :: %GoogleApi.YouTubeReporting.V1.Model.ListReportTypesResponse{ nextPageToken: String.t(), reportTypes: [GoogleApi.YouTubeReporting.V1.Model.ReportType.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.