Class: Google::Apis::NetworkconnectivityV1::LocationMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LocationMetadata

Returns a new instance of LocationMetadata.



1894
1895
1896
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 1894

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#location_featuresArray<String>

List of supported features Corresponds to the JSON property locationFeatures

Returns:

  • (Array<String>)


1892
1893
1894
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 1892

def location_features
  @location_features
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1899
1900
1901
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 1899

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