Class: DatadogAPIClient::V1::GeomapWidgetDefinitionView
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::GeomapWidgetDefinitionView
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb
Overview
The view of the world that the map should render.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#focus ⇒ Object
readonly
The 2-letter ISO code of a country to focus the map on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb', line 27 def additional_properties @additional_properties end |
#focus ⇒ Object
The 2-letter ISO code of a country to focus the map on. Or ‘WORLD`.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb', line 25 def focus @focus end |