class Google::Apis::YoutubereportingV1::GdataDiffChecksumsResponse

gdata

Attributes

checksums_location[RW]

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

chunk_size_bytes[RW]

gdata Corresponds to the JSON property `chunkSizeBytes` @return [Fixnum]

object_location[RW]

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

object_size_bytes[RW]

gdata Corresponds to the JSON property `objectSizeBytes` @return [Fixnum]

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 243
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 248
def update!(**args)
  @checksums_location = args[:checksums_location] if args.key?(:checksums_location)
  @chunk_size_bytes = args[:chunk_size_bytes] if args.key?(:chunk_size_bytes)
  @object_location = args[:object_location] if args.key?(:object_location)
  @object_size_bytes = args[:object_size_bytes] if args.key?(:object_size_bytes)
  @object_version = args[:object_version] if args.key?(:object_version)
end