Class: Google::Apis::MerchantapiAccountsV1beta::IdentityAttribute
- Inherits:
-
Object
- Object
- Google::Apis::MerchantapiAccountsV1beta::IdentityAttribute
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/merchantapi_accounts_v1beta/classes.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb
Overview
All information related to an identity attribute.
Instance Attribute Summary collapse
-
#identity_declaration ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IdentityAttribute
constructor
A new instance of IdentityAttribute.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IdentityAttribute
Returns a new instance of IdentityAttribute.
1048 1049 1050 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1048 def initialize(**args) update!(**args) end |
Instance Attribute Details
#identity_declaration ⇒ String
Required. The declaration of identity for this attribute.
Corresponds to the JSON property identityDeclaration
1046 1047 1048 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1046 def identity_declaration @identity_declaration end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1053 1054 1055 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1053 def update!(**args) @identity_declaration = args[:identity_declaration] if args.key?(:identity_declaration) end |