class Google::Apis::YoutubereportingV1::GdataDownloadParameters
gdata
Attributes
allow_gzip_compression[RW]
gdata Corresponds to the JSON property `allowGzipCompression` @return [Boolean]
allow_gzip_compression?[RW]
gdata Corresponds to the JSON property `allowGzipCompression` @return [Boolean]
ignore_range[RW]
gdata Corresponds to the JSON property `ignoreRange` @return [Boolean]
ignore_range?[RW]
gdata Corresponds to the JSON property `ignoreRange` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtubereporting_v1/classes.rb, line 373 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtubereporting_v1/classes.rb, line 378 def update!(**args) @allow_gzip_compression = args[:allow_gzip_compression] if args.key?(:allow_gzip_compression) @ignore_range = args[:ignore_range] if args.key?(:ignore_range) end