Class: Google::Apis::WalletobjectsV1::DiffDownloadResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::DiffDownloadResponse
- 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 download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
Instance Attribute Summary collapse
-
#object_location ⇒ Google::Apis::WalletobjectsV1::CompositeMedia
A sequence of media data references representing composite data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffDownloadResponse
constructor
A new instance of DiffDownloadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffDownloadResponse
Returns a new instance of DiffDownloadResponse.
1046 1047 1048 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1046 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_location ⇒ Google::Apis::WalletobjectsV1::CompositeMedia
A sequence of media data references representing composite data. Introduced to
support Bigstore composite objects. For details, visit http://go/bigstore-
composites.
Corresponds to the JSON property objectLocation
1044 1045 1046 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1044 def object_location @object_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1051 1052 1053 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1051 def update!(**args) @object_location = args[:object_location] if args.key?(:object_location) end |