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
// The type of variable. This is to differentiate between filter variables (interpolated in query) and group by variables (interpolated into group by).
27
+
Type datadog.NullableString`json:"type,omitempty"`
26
28
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
Copy file name to clipboardExpand all lines: api/datadogV1/model_selectable_template_variable_items.go
+47-1Lines changed: 47 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ type SelectableTemplateVariableItems struct {
16
16
Name*string`json:"name,omitempty"`
17
17
// The tag/attribute key associated with the template variable.
18
18
Prefix*string`json:"prefix,omitempty"`
19
+
// The type of variable. This is to differentiate between filter variables (interpolated in query) and group by variables (interpolated into group by).
20
+
Type datadog.NullableString`json:"type,omitempty"`
19
21
// List of visible tag values on the shared dashboard.
0 commit comments