class Google::Apis::ContentV2_1::AccountsAuthInfoResponse
Attributes
account_identifiers[RW]
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` @return [Array<Google::Apis::ContentV2_1::AccountIdentifier>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “`content# accountsAuthInfoResponse`”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 892 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 897 def update!(**args) @account_identifiers = args[:account_identifiers] if args.key?(:account_identifiers) @kind = args[:kind] if args.key?(:kind) end