class Google::Apis::ContentV2_1::LiasettingsGetAccessibleGmbAccountsResponse
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>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “`content# liasettingsGetAccessibleGmbAccountsResponse`”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 4092 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 4097 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @gmb_accounts = args[:gmb_accounts] if args.key?(:gmb_accounts) @kind = args[:kind] if args.key?(:kind) end