class Google::Apis::YoutubereportingV1::GdataDiffVersionResponse

gdata

Attributes

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 346
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 351
def update!(**args)
  @object_size_bytes = args[:object_size_bytes] if args.key?(:object_size_bytes)
  @object_version = args[:object_version] if args.key?(:object_version)
end