Class: Google::Apis::WalletobjectsV1::GiftCardClassAddMessageResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::GiftCardClassAddMessageResponse
- 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::GiftCardClass
The updated GiftCardClass resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GiftCardClassAddMessageResponse
constructor
A new instance of GiftCardClassAddMessageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GiftCardClassAddMessageResponse
Returns a new instance of GiftCardClassAddMessageResponse.
3804 3805 3806 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 3804 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::GiftCardClass
The updated GiftCardClass resource.
Corresponds to the JSON property resource
3802 3803 3804 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 3802 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3809 3810 3811 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 3809 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |