Class: Google::Apis::MerchantapiAccountsV1beta::IdentityAttribute

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_declarationString

Required. The declaration of identity for this attribute. Corresponds to the JSON property identityDeclaration

Returns:

  • (String)


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