class Google::Apis::YoutubereportingV1::ListReportTypesResponse

Response message for ReportingService.ListReportTypes.

Attributes

next_page_token[RW]

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. Corresponds to the JSON property `nextPageToken` @return [String]

report_types[RW]

The list of report types. Corresponds to the JSON property `reportTypes` @return [Array<Google::Apis::YoutubereportingV1::ReportType>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtubereporting_v1/classes.rb, line 60
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtubereporting_v1/classes.rb, line 65
def update!(**args)
  @report_types = args[:report_types] if args.key?(:report_types)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end