Class: Google::Apis::WalletobjectsV1::UploadPrivateDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::UploadPrivateDataResponse
- 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 user private data (text or URIs)
Instance Attribute Summary collapse
-
#private_content_id ⇒ Fixnum
A 64-bit content id for the private data that was uploaded by the Issuer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadPrivateDataResponse
constructor
A new instance of UploadPrivateDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadPrivateDataResponse
Returns a new instance of UploadPrivateDataResponse.
8255 8256 8257 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8255 def initialize(**args) update!(**args) end |
Instance Attribute Details
#private_content_id ⇒ Fixnum
A 64-bit content id for the private data that was uploaded by the Issuer.
Corresponds to the JSON property privateContentId
8253 8254 8255 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8253 def private_content_id @private_content_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8260 8261 8262 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8260 def update!(**args) @private_content_id = args[:private_content_id] if args.key?(:private_content_id) end |