class Google::Apis::ContentV2::GmbAccounts
Attributes
account_id[RW]
The ID of the Merchant Center account. Corresponds to the JSON property `accountId` @return [Fixnum]
gmb_accounts[RW]
A list of GMB accounts which are available to the merchant. Corresponds to the JSON property `gmbAccounts` @return [Array<Google::Apis::ContentV2::GmbAccountsGmbAccount>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 2670 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/classes.rb, line 2675 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @gmb_accounts = args[:gmb_accounts] if args.key?(:gmb_accounts) end