class Google::Apis::YoutubeAnalyticsV1::BatchReportList

A paginated list of batchReport resources returned in response to a youtubeAnalytics.batchReport.list request.

Attributes

items[RW]

A list of batchReport resources that match the request criteria. Corresponds to the JSON property `items` @return [Array<Google::Apis::YoutubeAnalyticsV1::BatchReport>]

kind[RW]

This value specifies the type of data included in the API response. For the list method, the kind property value is youtubeAnalytics#batchReportList. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_analytics_v1/classes.rb, line 228
def update!(**args)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
end