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
|**Formulas**| Pointer to [**[]WidgetFormula**](WidgetFormula.md)| List of formulas that operate on queries. **This feature is currently in beta.**|[optional]|
8
+
|**Q**| Pointer to **string**| The widget metrics query. |[optional]|
9
+
|**Queries**| Pointer to [**[]FormulaAndFunctionQueryDefinition**](FormulaAndFunctionQueryDefinition.md)| List of queries that can be returned directly or used in formulas. **This feature is currently in beta.**|[optional]|
10
+
|**ResponseFormat**| Pointer to [**FormulaAndFunctionResponseFormat**](FormulaAndFunctionResponseFormat.md)||[optional]|
8
11
9
12
## Methods
10
13
@@ -25,6 +28,31 @@ NewTreeMapWidgetRequestWithDefaults instantiates a new TreeMapWidgetRequest obje
25
28
This constructor will only assign default values to properties that have it defined,
26
29
but it doesn't guarantee that properties required by API are set.
27
30
31
+
### GetFormulas
32
+
33
+
`func (o *TreeMapWidgetRequest) GetFormulas() []WidgetFormula`
34
+
35
+
GetFormulas returns the Formulas field if non-nil, zero value otherwise.
36
+
37
+
### GetFormulasOk
38
+
39
+
`func (o *TreeMapWidgetRequest) GetFormulasOk() (*[]WidgetFormula, bool)`
40
+
41
+
GetFormulasOk returns a tuple with the Formulas field if it's non-nil, zero value otherwise
42
+
and a boolean to check if the value has been set.
43
+
44
+
### SetFormulas
45
+
46
+
`func (o *TreeMapWidgetRequest) SetFormulas(v []WidgetFormula)`
47
+
48
+
SetFormulas sets Formulas field to given value.
49
+
50
+
### HasFormulas
51
+
52
+
`func (o *TreeMapWidgetRequest) HasFormulas() bool`
53
+
54
+
HasFormulas returns a boolean if a field has been set.
55
+
28
56
### GetQ
29
57
30
58
`func (o *TreeMapWidgetRequest) GetQ() string`
@@ -50,4 +78,54 @@ SetQ sets Q field to given value.
50
78
51
79
HasQ returns a boolean if a field has been set.
52
80
81
+
### GetQueries
82
+
83
+
`func (o *TreeMapWidgetRequest) GetQueries() []FormulaAndFunctionQueryDefinition`
84
+
85
+
GetQueries returns the Queries field if non-nil, zero value otherwise.
86
+
87
+
### GetQueriesOk
88
+
89
+
`func (o *TreeMapWidgetRequest) GetQueriesOk() (*[]FormulaAndFunctionQueryDefinition, bool)`
90
+
91
+
GetQueriesOk returns a tuple with the Queries field if it's non-nil, zero value otherwise
92
+
and a boolean to check if the value has been set.
93
+
94
+
### SetQueries
95
+
96
+
`func (o *TreeMapWidgetRequest) SetQueries(v []FormulaAndFunctionQueryDefinition)`
97
+
98
+
SetQueries sets Queries field to given value.
99
+
100
+
### HasQueries
101
+
102
+
`func (o *TreeMapWidgetRequest) HasQueries() bool`
103
+
104
+
HasQueries returns a boolean if a field has been set.
105
+
106
+
### GetResponseFormat
107
+
108
+
`func (o *TreeMapWidgetRequest) GetResponseFormat() FormulaAndFunctionResponseFormat`
109
+
110
+
GetResponseFormat returns the ResponseFormat field if non-nil, zero value otherwise.
111
+
112
+
### GetResponseFormatOk
113
+
114
+
`func (o *TreeMapWidgetRequest) GetResponseFormatOk() (*FormulaAndFunctionResponseFormat, bool)`
115
+
116
+
GetResponseFormatOk returns a tuple with the ResponseFormat field if it's non-nil, zero value otherwise
117
+
and a boolean to check if the value has been set.
118
+
119
+
### SetResponseFormat
120
+
121
+
`func (o *TreeMapWidgetRequest) SetResponseFormat(v FormulaAndFunctionResponseFormat)`
122
+
123
+
SetResponseFormat sets ResponseFormat field to given value.
124
+
125
+
### HasResponseFormat
126
+
127
+
`func (o *TreeMapWidgetRequest) HasResponseFormat() bool`
128
+
129
+
HasResponseFormat returns a boolean if a field has been set.
130
+
53
131
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments