Sha256: 98e9c297c8d9f33b27b356e2b9604e63243b7f09fec6bab308d1d77ed1082df3
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 Bytes
Contents
# DatadogAPIClient::V1::GeomapWidgetDefinitionView ## Properties | Name | Type | Description | Notes | | --------- | ---------- | ----------------------------------------------------------------------------- | ----- | | **focus** | **String** | The 2-letter ISO code of a country to focus the map on. Or `WORLD`. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::GeomapWidgetDefinitionView.new( focus: WORLD ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/GeomapWidgetDefinitionView.md |
datadog_api_client-1.5.0 | docs/v1/GeomapWidgetDefinitionView.md |