class Google::Apis::YoutubereportingV1::GdataDiffDownloadResponse

gdata

Attributes

object_location[RW]

gdata Corresponds to the JSON property `objectLocation` @return [Google::Apis::YoutubereportingV1::GdataCompositeMedia]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtubereporting_v1/classes.rb, line 266
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 271
def update!(**args)
  @object_location = args[:object_location] if args.key?(:object_location)
end