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.



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

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)


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

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)


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