class Google::Apis::YoutubePartnerV1::DiffDownloadResponse
Backend response for a Diff download response. For details on the Scotty Diff protocol, visit go/scotty-diff-protocol.
Attributes
object_location[RW]
A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit go/bigstore- composites. Corresponds to the JSON property `objectLocation` @return [Google::Apis::YoutubePartnerV1::CompositeMedia]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 1641 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_partner_v1/classes.rb, line 1646 def update!(**args) @object_location = args[:object_location] if args.key?(:object_location) end