Class: Google::Apis::WalletobjectsV1::UploadPrivateImageResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::UploadPrivateImageResponse
- 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
Response for uploading the private image
Instance Attribute Summary collapse
-
#private_content_id ⇒ Fixnum
A 64-bit content id for the image that was uploaded by the Issuer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadPrivateImageResponse
constructor
A new instance of UploadPrivateImageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadPrivateImageResponse
Returns a new instance of UploadPrivateImageResponse.
8278 8279 8280 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8278 def initialize(**args) update!(**args) end |
Instance Attribute Details
#private_content_id ⇒ Fixnum
A 64-bit content id for the image that was uploaded by the Issuer.
Corresponds to the JSON property privateContentId
8276 8277 8278 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8276 def private_content_id @private_content_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8283 8284 8285 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8283 def update!(**args) @private_content_id = args[:private_content_id] if args.key?(:private_content_id) end |