Class: Google::Apis::ContentV2::GmbAccounts

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

Constructor Details

#initialize(**args) ⇒ GmbAccounts

Returns a new instance of GmbAccounts.



2654
2655
2656
# File 'generated/google/apis/content_v2/classes.rb', line 2654

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)


2647
2648
2649
# File 'generated/google/apis/content_v2/classes.rb', line 2647

def 
  @account_id
end

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

A list of GMB accounts which are available to the merchant. Corresponds to the JSON property gmbAccounts



2652
2653
2654
# File 'generated/google/apis/content_v2/classes.rb', line 2652

def gmb_accounts
  @gmb_accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2659
2660
2661
2662
# File 'generated/google/apis/content_v2/classes.rb', line 2659

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