Class: DatadogAPIClient::V1::GeomapWidgetDefinitionView

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#focusObject

The 2-letter ISO code of a country to focus the map on, or WORLD for global view, or a region (EMEA, APAC, LATAM), or a continent (NORTH_AMERICA, SOUTH_AMERICA, EUROPE, AFRICA, ASIA, OCEANIA).



25
26
27
# File 'lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb', line 25

def focus
  @focus
end