Class: Google::Apis::WalletobjectsV1::AppLinkDataAppLinkInfoAppTarget

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) ⇒ 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_uriGoogle::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