Class: Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfoAppTarget
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfoAppTarget
- 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
-
#target_uri ⇒ Google::Apis::WalletobjectsV1::Uri
Corresponds to the JSON property
targetUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppLinkDataAppLinkInfoAppTarget
constructor
A new instance of AppLinkDataAppLinkInfoAppTarget.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppLinkDataAppLinkInfoAppTarget
Returns a new instance of AppLinkDataAppLinkInfoAppTarget.
226 227 228 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 226 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_uri ⇒ Google::Apis::WalletobjectsV1::Uri
Corresponds to the JSON property targetUri
224 225 226 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 224 def target_uri @target_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
231 232 233 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 231 def update!(**args) @target_uri = args[:target_uri] if args.key?(:target_uri) end |