Class: Google::Apis::ContentV2::LiasettingsGetAccessibleGmbAccountsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ContentV2::LiasettingsGetAccessibleGmbAccountsResponse
 
- 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. 
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifies what kind of resource this is. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LiasettingsGetAccessibleGmbAccountsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LiasettingsGetAccessibleGmbAccountsResponse. 
- 
  
    
      #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) ⇒ LiasettingsGetAccessibleGmbAccountsResponse
Returns a new instance of LiasettingsGetAccessibleGmbAccountsResponse
| 2945 2946 2947 | # File 'generated/google/apis/content_v2/classes.rb', line 2945 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#account_id ⇒ Fixnum
The ID of the account.
Corresponds to the JSON property accountId
| 2932 2933 2934 | # File 'generated/google/apis/content_v2/classes.rb', line 2932 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
| 2937 2938 2939 | # File 'generated/google/apis/content_v2/classes.rb', line 2937 def gmb_accounts @gmb_accounts end | 
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
liasettingsGetAccessibleGmbAccountsResponse".
Corresponds to the JSON property kind
| 2943 2944 2945 | # File 'generated/google/apis/content_v2/classes.rb', line 2943 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2950 2951 2952 2953 2954 | # File 'generated/google/apis/content_v2/classes.rb', line 2950 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 |