You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb
+25-9Lines changed: 25 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,19 @@ module DatadogAPIClient::V1
21
21
classGeomapWidgetDefinitionView
22
22
includeBaseGenericModel
23
23
24
-
# The 2-letter ISO code of a country to focus the map on. Or `WORLD`.
25
-
attr_reader:focus
24
+
# A custom extent of the map defined by an array of four numbers in the order `[minLongitude, minLatitude, maxLongitude, maxLatitude]`. Mutually exclusive with `focus`.
25
+
attr_reader:custom_extent
26
+
27
+
# The 2-letter ISO code of a country to focus the map on. Or `WORLD`. Mutually exclusive with `custom_extent`.
28
+
attr_accessor:focus
26
29
27
30
attr_accessor:additional_properties
28
31
29
32
# Attribute mapping from ruby-style variable name to JSON key.
0 commit comments