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.
5480 5481 5482 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5480 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::LoyaltyObject
The updated LoyaltyObject resource.
Corresponds to the JSON property resource
5478 5479 5480 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5478 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5485 5486 5487 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5485 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |