Class: Google::Apis::ContentV2::AccountsAuthInfoResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AccountsAuthInfoResponse

Returns a new instance of AccountsAuthInfoResponse.



884
885
886
# File 'generated/google/apis/content_v2/classes.rb', line 884

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

Instance Attribute Details

#account_identifiersArray<Google::Apis::ContentV2::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


876
877
878
# File 'generated/google/apis/content_v2/classes.rb', line 876

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)


882
883
884
# File 'generated/google/apis/content_v2/classes.rb', line 882

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



889
890
891
892
# File 'generated/google/apis/content_v2/classes.rb', line 889

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