Class: Google::Apis::WalletobjectsV1::LinksModuleData
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::LinksModuleData
- 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
-
#uris ⇒ Array<Google::Apis::WalletobjectsV1::Uri>
The list of URIs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinksModuleData
constructor
A new instance of LinksModuleData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LinksModuleData
Returns a new instance of LinksModuleData.
4738 4739 4740 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4738 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uris ⇒ Array<Google::Apis::WalletobjectsV1::Uri>
The list of URIs.
Corresponds to the JSON property uris
4736 4737 4738 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4736 def uris @uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4743 4744 4745 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4743 def update!(**args) @uris = args[:uris] if args.key?(:uris) end |