class Google::Apis::ContentV2_1::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_1::GmbAccountsGmbAccount>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 3350 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 3355 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @gmb_accounts = args[:gmb_accounts] if args.key?(:gmb_accounts) end