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
@private
@private
@private
Public Class Methods
Source
# 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
@private