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.
1858 1859 1860 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1858 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
1856 1857 1858 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1856 def identity_declaration @identity_declaration end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1863 1864 1865 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1863 def update!(**args) @identity_declaration = args[:identity_declaration] if args.key?(:identity_declaration) end |