Class: Google::Apis::ContentV2_1::GmbAccounts

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) ⇒ GmbAccounts

Returns a new instance of GmbAccounts.



5022
5023
5024
# File 'lib/google/apis/content_v2_1/classes.rb', line 5022

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

Instance Attribute Details

#account_idFixnum

The ID of the Merchant Center account. Corresponds to the JSON property accountId

Returns:

  • (Fixnum)


5015
5016
5017
# File 'lib/google/apis/content_v2_1/classes.rb', line 5015

def 
  @account_id
end

#gmb_accountsArray<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>

A list of Business Profiles which are available to the merchant. Corresponds to the JSON property gmbAccounts



5020
5021
5022
# File 'lib/google/apis/content_v2_1/classes.rb', line 5020

def gmb_accounts
  @gmb_accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5027
5028
5029
5030
# File 'lib/google/apis/content_v2_1/classes.rb', line 5027

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