Class: Google::Apis::WalletobjectsV1::LoyaltyObjectAddMessageResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LoyaltyObjectAddMessageResponse

Returns a new instance of LoyaltyObjectAddMessageResponse.



5200
5201
5202
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5200

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resourceGoogle::Apis::WalletobjectsV1::LoyaltyObject

The updated LoyaltyObject resource. Corresponds to the JSON property resource



5198
5199
5200
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5198

def resource
  @resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5205
5206
5207
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 5205

def update!(**args)
  @resource = args[:resource] if args.key?(:resource)
end