class Google::Apis::ContentV2::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::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 generated/google/apis/content_v2/classes.rb, line 870 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/content_v2/classes.rb, line 875 def update!(**args) @account_identifiers = args[:account_identifiers] if args.key?(:account_identifiers) @kind = args[:kind] if args.key?(:kind) end