class Yt::Models::BulkReportJob
Provides methods to interact with YouTube Analytics bulk report jobs. @see developers.google.com/youtube/reporting/v1/reference/rest/v1/jobs
Attributes
auth[R]
@private
id[R]
@private
report_type_id[R]
@private
Public Class Methods
new(options = {})
click to toggle source
@private
# File lib/yt/models/bulk_report_job.rb, line 12 def initialize(options = {}) @id = options[:id] @auth = options[:auth] @report_type_id = options[:report_type_id] end