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
Returns a new instance of LoyaltyObjectAddMessageResponse.
5576 5577 5578 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5576 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::LoyaltyObject
The updated LoyaltyObject resource.
Corresponds to the JSON property resource
5574 5575 5576 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5574 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5581 5582 5583 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5581 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |