Class: Google::Apis::WalletobjectsV1::TransitObjectAddMessageResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::TransitObjectAddMessageResponse
- 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::TransitObject
The updated TransitObject resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransitObjectAddMessageResponse
constructor
A new instance of TransitObjectAddMessageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransitObjectAddMessageResponse
Returns a new instance of TransitObjectAddMessageResponse.
8599 8600 8601 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8599 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::TransitObject
The updated TransitObject resource.
Corresponds to the JSON property resource
8597 8598 8599 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8597 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8604 8605 8606 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8604 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |