Class: Google::Apis::ContentV2::GmbAccounts
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContentV2::GmbAccounts
 
 
- 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
- 
  
    
      #account_id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the account.
 - 
  
    
      #gmb_accounts  ⇒ Array<Google::Apis::ContentV2::GmbAccountsGmbAccount> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of GMB accounts which are available to the merchant.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GmbAccounts 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GmbAccounts.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GmbAccounts
Returns a new instance of GmbAccounts
      2453 2454 2455  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 2453 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#account_id ⇒ Fixnum
The ID of the account.
Corresponds to the JSON property accountId
      2446 2447 2448  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 2446 def account_id @account_id end  | 
  
#gmb_accounts ⇒ Array<Google::Apis::ContentV2::GmbAccountsGmbAccount>
A list of GMB accounts which are available to the merchant.
Corresponds to the JSON property gmbAccounts
      2451 2452 2453  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 2451 def gmb_accounts @gmb_accounts end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2458 2459 2460 2461  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 2458 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @gmb_accounts = args[:gmb_accounts] if args.key?(:gmb_accounts) end  |