class Google::Apis::YoutubeAnalyticsV1::BatchReportDefinitionList

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

Attributes

items[RW]

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

kind[RW]

This value specifies the type of data included in the API response. For the list method, the kind property value is youtubeAnalytics# batchReportDefinitionList. 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 196
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 201
def update!(**args)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
end