class Google::Apis::YoutubeAnalyticsV1::BatchReport::Output

Attributes

download_url[RW]

Cloud storage URL to download this report. This URL is valid for 30 minutes. Corresponds to the JSON property `downloadUrl` @return [String]

format[RW]

Format of the output. Corresponds to the JSON property `format` @return [String]

type[RW]

Type of the output. Corresponds to the JSON property `type` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 94
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 99
def update!(**args)
  @download_url = args[:download_url] if args.key?(:download_url)
  @format = args[:format] if args.key?(:format)
  @type = args[:type] if args.key?(:type)
end