Class: Google::Apis::ContentV2_1::AccountsAuthInfoResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccountsAuthInfoResponse

Returns a new instance of AccountsAuthInfoResponse.



1392
1393
1394
# File 'lib/google/apis/content_v2_1/classes.rb', line 1392

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

Instance Attribute Details

#account_identifiersArray<Google::Apis::ContentV2_1::AccountIdentifier>

The account identifiers corresponding to the authenticated user. - For an individual account: only the merchant ID is defined - For an aggregator: only the aggregator ID is defined - For a subaccount of an MCA: both the merchant ID and the aggregator ID are defined. Corresponds to the JSON property accountIdentifiers



1384
1385
1386
# File 'lib/google/apis/content_v2_1/classes.rb', line 1384

def 
  @account_identifiers
end

#kindString

Identifies what kind of resource this is. Value: the fixed string "content# accountsAuthInfoResponse". Corresponds to the JSON property kind

Returns:

  • (String)


1390
1391
1392
# File 'lib/google/apis/content_v2_1/classes.rb', line 1390

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1397
1398
1399
1400
# File 'lib/google/apis/content_v2_1/classes.rb', line 1397

def update!(**args)
  @account_identifiers = args[:account_identifiers] if args.key?(:account_identifiers)
  @kind = args[:kind] if args.key?(:kind)
end