class Google::Apis::YoutubereportingV1::GdataDiffUploadRequest
gdata
Attributes
checksums_info[RW]
gdata Corresponds to the JSON property `checksumsInfo` @return [Google::Apis::YoutubereportingV1::GdataCompositeMedia]
object_info[RW]
gdata Corresponds to the JSON property `objectInfo` @return [Google::Apis::YoutubereportingV1::GdataCompositeMedia]
object_version[RW]
gdata Corresponds to the JSON property `objectVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtubereporting_v1/classes.rb, line 295 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 300 def update!(**args) @checksums_info = args[:checksums_info] if args.key?(:checksums_info) @object_info = args[:object_info] if args.key?(:object_info) @object_version = args[:object_version] if args.key?(:object_version) end