class Google::Apis::YoutubePartnerV1::DiffVersionResponse

Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit go/scotty-diff-protocol.

Attributes

object_size_bytes[RW]

The total size of the server object. Corresponds to the JSON property `objectSizeBytes` @return [Fixnum]

object_version[RW]

The version of the object stored at the server. Corresponds to the JSON property `objectVersion` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 1734
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 1739
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