Class: Google::Apis::NetworkconnectivityV1::LocationMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::NetworkconnectivityV1::LocationMetadata
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/networkconnectivity_v1/classes.rb,
lib/google/apis/networkconnectivity_v1/representations.rb,
lib/google/apis/networkconnectivity_v1/representations.rb 
Overview
Metadata about locations
Instance Attribute Summary collapse
- 
  
    
      #location_features  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of supported features Corresponds to the JSON property
locationFeatures. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LocationMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of LocationMetadata.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ LocationMetadata
Returns a new instance of LocationMetadata.
      1845 1846 1847  | 
    
      # File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 1845 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#location_features ⇒ Array<String>
List of supported features
Corresponds to the JSON property locationFeatures
      1843 1844 1845  | 
    
      # File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 1843 def location_features @location_features end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1850 1851 1852  | 
    
      # File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 1850 def update!(**args) @location_features = args[:location_features] if args.key?(:location_features) end  |