class Google::Apis::YoutubereportingV1::GdataDiffUploadResponse

gdata

Attributes

object_version[RW]

gdata Corresponds to the JSON property `objectVersion` @return [String]

original_object[RW]

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

Public Class Methods

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