Class: Google::Apis::WalletobjectsV1::DiffVersionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiffVersionResponse

Returns a new instance of DiffVersionResponse.



1135
1136
1137
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1135

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#object_size_bytesFixnum

The total size of the server object. Corresponds to the JSON property objectSizeBytes

Returns:

  • (Fixnum)


1128
1129
1130
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1128

def object_size_bytes
  @object_size_bytes
end

#object_versionString

The version of the object stored at the server. Corresponds to the JSON property objectVersion

Returns:

  • (String)


1133
1134
1135
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1133

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1140
1141
1142
1143
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1140

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