Class: Google::Apis::WalletobjectsV1::OfferClassAddMessageResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::OfferClassAddMessageResponse
- 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::OfferClass
The updated OfferClass resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OfferClassAddMessageResponse
constructor
A new instance of OfferClassAddMessageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OfferClassAddMessageResponse
Returns a new instance of OfferClassAddMessageResponse.
6489 6490 6491 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 6489 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::OfferClass
The updated OfferClass resource.
Corresponds to the JSON property resource
6487 6488 6489 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 6487 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6494 6495 6496 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 6494 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |