class Yt::Models::BulkReport

Provides methods to interact with YouTube Analytics bulk reports. @see developers.google.com/youtube/reporting/v1/reference/rest/v1/jobs.reports

Attributes

auth[R]

@private

Public Class Methods

new(options = {}) click to toggle source

@private

# File lib/yt/models/bulk_report.rb, line 17
def initialize(options = {})
  @data = options.fetch(:data, {})
  @auth = options[:auth]
end