Class: Google::Apis::WalletobjectsV1::LoyaltyObjectAddMessageResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::LoyaltyObjectAddMessageResponse
- 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
Instance Attribute Summary collapse
-
#resource ⇒ Google::Apis::WalletobjectsV1::LoyaltyObject
The updated LoyaltyObject resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LoyaltyObjectAddMessageResponse
constructor
A new instance of LoyaltyObjectAddMessageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LoyaltyObjectAddMessageResponse
5608 5609 5610 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5608 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::LoyaltyObject
The updated LoyaltyObject resource.
Corresponds to the JSON property resource
5606 5607 5608 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5606 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5613 5614 5615 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5613 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |