Class: Google::Apis::WalletobjectsV1::DiffVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::DiffVersionResponse
- 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
-
#object_size_bytes ⇒ Fixnum
The total size of the server object.
-
#object_version ⇒ String
The version of the object stored at the server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffVersionResponse
constructor
A new instance of DiffVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffVersionResponse
Returns a new instance of DiffVersionResponse.
1139 1140 1141 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1139 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_size_bytes ⇒ Fixnum
The total size of the server object.
Corresponds to the JSON property objectSizeBytes
1132 1133 1134 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1132 def object_size_bytes @object_size_bytes end |
#object_version ⇒ String
The version of the object stored at the server.
Corresponds to the JSON property objectVersion
1137 1138 1139 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1137 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1144 1145 1146 1147 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1144 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 |