Class: Google::Apis::WalletobjectsV1::IssuerToUserInfo

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) ⇒ IssuerToUserInfo

Returns a new instance of IssuerToUserInfo.



4351
4352
4353
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4351

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

Instance Attribute Details

#actionString

Corresponds to the JSON property action

Returns:

  • (String)


4334
4335
4336
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4334

def action
  @action
end

#sign_up_infoGoogle::Apis::WalletobjectsV1::SignUpInfo

Corresponds to the JSON property signUpInfo



4339
4340
4341
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4339

def 
  @sign_up_info
end

#urlString

Currently not used, consider deprecating. Corresponds to the JSON property url

Returns:

  • (String)


4344
4345
4346
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4344

def url
  @url
end

#valueString

JSON web token for action S2AP. Corresponds to the JSON property value

Returns:

  • (String)


4349
4350
4351
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4349

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4356
4357
4358
4359
4360
4361
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4356

def update!(**args)
  @action = args[:action] if args.key?(:action)
  @sign_up_info = args[:sign_up_info] if args.key?(:sign_up_info)
  @url = args[:url] if args.key?(:url)
  @value = args[:value] if args.key?(:value)
end