Class: Google::Apis::MybusinessV3::ListLocationAttributeMetadataResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::MybusinessV3::ListLocationAttributeMetadataResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/mybusiness_v3/classes.rb,
 generated/google/apis/mybusiness_v3/representations.rb,
 generated/google/apis/mybusiness_v3/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Array<Google::Apis::MybusinessV3::AttributeMetadata> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A collection of attribute metadata for the available attributes. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListLocationAttributeMetadataResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListLocationAttributeMetadataResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListLocationAttributeMetadataResponse
Returns a new instance of ListLocationAttributeMetadataResponse
| 830 831 832 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 830 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#attributes ⇒ Array<Google::Apis::MybusinessV3::AttributeMetadata>
A collection of attribute metadata for the available attributes.
Corresponds to the JSON property attributes
| 828 829 830 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 828 def attributes @attributes end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 835 836 837 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 835 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |