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.



1048
1049
1050
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1048

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)


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