@aws-sdk/client-quicksight 3.325.0 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +13 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  15. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  16. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  19. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  21. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  22. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  23. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  24. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  25. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  28. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  30. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  31. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  32. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  33. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  34. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  35. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  37. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  38. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  40. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  41. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  42. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  43. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  44. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4239 -0
  45. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  46. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  47. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4276 -0
  48. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  49. package/dist-types/commands/DescribeDataSetCommand.d.ts +190 -0
  50. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
  51. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +18 -0
  52. package/dist-types/commands/DescribeDataSourceCommand.d.ts +239 -0
  53. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
  54. package/dist-types/commands/DescribeFolderCommand.d.ts +18 -0
  55. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
  56. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
  57. package/dist-types/commands/DescribeGroupCommand.d.ts +13 -0
  58. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
  59. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeIngestionCommand.d.ts +30 -0
  61. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +12 -0
  62. package/dist-types/commands/DescribeNamespaceCommand.d.ts +18 -0
  63. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +23 -0
  64. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +12 -0
  65. package/dist-types/commands/DescribeTemplateCommand.d.ts +63 -0
  66. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4257 -0
  67. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
  68. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +12 -0
  69. package/dist-types/commands/DescribeThemeCommand.d.ts +80 -0
  70. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +17 -0
  71. package/dist-types/commands/DescribeUserCommand.d.ts +20 -0
  72. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  73. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +8 -0
  74. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  75. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  76. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  77. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  78. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  79. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  80. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  81. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  82. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  83. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  84. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +14 -0
  86. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +14 -0
  87. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  88. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  89. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  91. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  92. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  93. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  94. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  95. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  96. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  97. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  99. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  100. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  101. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  102. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  103. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  104. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  105. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  106. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  107. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  108. package/dist-types/commands/TagResourceCommand.d.ts +7 -0
  109. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  110. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  111. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  112. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  113. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  114. package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
  115. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  116. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  117. package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
  118. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  120. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  121. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  122. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  123. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  124. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
  125. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +8 -0
  126. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  127. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  134. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  135. package/package.json +3 -3
@@ -40,6 +40,4243 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
40
40
  * };
41
41
  * const command = new DescribeAnalysisDefinitionCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeAnalysisDefinitionResponse
44
+ * // AnalysisId: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // Errors: [ // AnalysisErrorList
47
+ * // { // AnalysisError
48
+ * // Type: "ACCESS_DENIED" || "SOURCE_NOT_FOUND" || "DATA_SET_NOT_FOUND" || "INTERNAL_FAILURE" || "PARAMETER_VALUE_INCOMPATIBLE" || "PARAMETER_TYPE_INVALID" || "PARAMETER_NOT_FOUND" || "COLUMN_TYPE_MISMATCH" || "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" || "COLUMN_REPLACEMENT_MISSING",
49
+ * // Message: "STRING_VALUE",
50
+ * // ViolatedEntities: [ // EntityList
51
+ * // { // Entity
52
+ * // Path: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // },
56
+ * // ],
57
+ * // ResourceStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
58
+ * // ThemeArn: "STRING_VALUE",
59
+ * // Definition: { // AnalysisDefinition
60
+ * // DataSetIdentifierDeclarations: [ // DataSetIdentifierDeclarationList // required
61
+ * // { // DataSetIdentifierDeclaration
62
+ * // Identifier: "STRING_VALUE", // required
63
+ * // DataSetArn: "STRING_VALUE", // required
64
+ * // },
65
+ * // ],
66
+ * // Sheets: [ // SheetDefinitionList
67
+ * // { // SheetDefinition
68
+ * // SheetId: "STRING_VALUE", // required
69
+ * // Title: "STRING_VALUE",
70
+ * // Description: "STRING_VALUE",
71
+ * // Name: "STRING_VALUE",
72
+ * // ParameterControls: [ // ParameterControlList
73
+ * // { // ParameterControl
74
+ * // DateTimePicker: { // ParameterDateTimePickerControl
75
+ * // ParameterControlId: "STRING_VALUE", // required
76
+ * // Title: "STRING_VALUE", // required
77
+ * // SourceParameterName: "STRING_VALUE", // required
78
+ * // DisplayOptions: { // DateTimePickerControlDisplayOptions
79
+ * // TitleOptions: { // LabelOptions
80
+ * // Visibility: "HIDDEN" || "VISIBLE",
81
+ * // FontConfiguration: { // FontConfiguration
82
+ * // FontSize: { // FontSize
83
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
84
+ * // },
85
+ * // FontDecoration: "UNDERLINE" || "NONE",
86
+ * // FontColor: "STRING_VALUE",
87
+ * // FontWeight: { // FontWeight
88
+ * // Name: "NORMAL" || "BOLD",
89
+ * // },
90
+ * // FontStyle: "NORMAL" || "ITALIC",
91
+ * // },
92
+ * // CustomLabel: "STRING_VALUE",
93
+ * // },
94
+ * // DateTimeFormat: "STRING_VALUE",
95
+ * // },
96
+ * // },
97
+ * // List: { // ParameterListControl
98
+ * // ParameterControlId: "STRING_VALUE", // required
99
+ * // Title: "STRING_VALUE", // required
100
+ * // SourceParameterName: "STRING_VALUE", // required
101
+ * // DisplayOptions: { // ListControlDisplayOptions
102
+ * // SearchOptions: { // ListControlSearchOptions
103
+ * // Visibility: "HIDDEN" || "VISIBLE",
104
+ * // },
105
+ * // SelectAllOptions: { // ListControlSelectAllOptions
106
+ * // Visibility: "HIDDEN" || "VISIBLE",
107
+ * // },
108
+ * // TitleOptions: {
109
+ * // Visibility: "HIDDEN" || "VISIBLE",
110
+ * // FontConfiguration: {
111
+ * // FontSize: {
112
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
113
+ * // },
114
+ * // FontDecoration: "UNDERLINE" || "NONE",
115
+ * // FontColor: "STRING_VALUE",
116
+ * // FontWeight: {
117
+ * // Name: "NORMAL" || "BOLD",
118
+ * // },
119
+ * // FontStyle: "NORMAL" || "ITALIC",
120
+ * // },
121
+ * // CustomLabel: "STRING_VALUE",
122
+ * // },
123
+ * // },
124
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
125
+ * // SelectableValues: { // ParameterSelectableValues
126
+ * // Values: [ // ParameterSelectableValueList
127
+ * // "STRING_VALUE",
128
+ * // ],
129
+ * // LinkToDataSetColumn: { // ColumnIdentifier
130
+ * // DataSetIdentifier: "STRING_VALUE", // required
131
+ * // ColumnName: "STRING_VALUE", // required
132
+ * // },
133
+ * // },
134
+ * // CascadingControlConfiguration: { // CascadingControlConfiguration
135
+ * // SourceControls: [ // CascadingControlSourceList
136
+ * // { // CascadingControlSource
137
+ * // SourceSheetControlId: "STRING_VALUE",
138
+ * // ColumnToMatch: {
139
+ * // DataSetIdentifier: "STRING_VALUE", // required
140
+ * // ColumnName: "STRING_VALUE", // required
141
+ * // },
142
+ * // },
143
+ * // ],
144
+ * // },
145
+ * // },
146
+ * // Dropdown: { // ParameterDropDownControl
147
+ * // ParameterControlId: "STRING_VALUE", // required
148
+ * // Title: "STRING_VALUE", // required
149
+ * // SourceParameterName: "STRING_VALUE", // required
150
+ * // DisplayOptions: { // DropDownControlDisplayOptions
151
+ * // SelectAllOptions: {
152
+ * // Visibility: "HIDDEN" || "VISIBLE",
153
+ * // },
154
+ * // TitleOptions: {
155
+ * // Visibility: "HIDDEN" || "VISIBLE",
156
+ * // FontConfiguration: {
157
+ * // FontSize: {
158
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
159
+ * // },
160
+ * // FontDecoration: "UNDERLINE" || "NONE",
161
+ * // FontColor: "STRING_VALUE",
162
+ * // FontWeight: {
163
+ * // Name: "NORMAL" || "BOLD",
164
+ * // },
165
+ * // FontStyle: "NORMAL" || "ITALIC",
166
+ * // },
167
+ * // CustomLabel: "STRING_VALUE",
168
+ * // },
169
+ * // },
170
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
171
+ * // SelectableValues: {
172
+ * // Values: [
173
+ * // "STRING_VALUE",
174
+ * // ],
175
+ * // LinkToDataSetColumn: {
176
+ * // DataSetIdentifier: "STRING_VALUE", // required
177
+ * // ColumnName: "STRING_VALUE", // required
178
+ * // },
179
+ * // },
180
+ * // CascadingControlConfiguration: {
181
+ * // SourceControls: [
182
+ * // {
183
+ * // SourceSheetControlId: "STRING_VALUE",
184
+ * // ColumnToMatch: {
185
+ * // DataSetIdentifier: "STRING_VALUE", // required
186
+ * // ColumnName: "STRING_VALUE", // required
187
+ * // },
188
+ * // },
189
+ * // ],
190
+ * // },
191
+ * // },
192
+ * // TextField: { // ParameterTextFieldControl
193
+ * // ParameterControlId: "STRING_VALUE", // required
194
+ * // Title: "STRING_VALUE", // required
195
+ * // SourceParameterName: "STRING_VALUE", // required
196
+ * // DisplayOptions: { // TextFieldControlDisplayOptions
197
+ * // TitleOptions: {
198
+ * // Visibility: "HIDDEN" || "VISIBLE",
199
+ * // FontConfiguration: {
200
+ * // FontSize: {
201
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
202
+ * // },
203
+ * // FontDecoration: "UNDERLINE" || "NONE",
204
+ * // FontColor: "STRING_VALUE",
205
+ * // FontWeight: {
206
+ * // Name: "NORMAL" || "BOLD",
207
+ * // },
208
+ * // FontStyle: "NORMAL" || "ITALIC",
209
+ * // },
210
+ * // CustomLabel: "STRING_VALUE",
211
+ * // },
212
+ * // PlaceholderOptions: { // TextControlPlaceholderOptions
213
+ * // Visibility: "HIDDEN" || "VISIBLE",
214
+ * // },
215
+ * // },
216
+ * // },
217
+ * // TextArea: { // ParameterTextAreaControl
218
+ * // ParameterControlId: "STRING_VALUE", // required
219
+ * // Title: "STRING_VALUE", // required
220
+ * // SourceParameterName: "STRING_VALUE", // required
221
+ * // Delimiter: "STRING_VALUE",
222
+ * // DisplayOptions: { // TextAreaControlDisplayOptions
223
+ * // TitleOptions: {
224
+ * // Visibility: "HIDDEN" || "VISIBLE",
225
+ * // FontConfiguration: {
226
+ * // FontSize: {
227
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
228
+ * // },
229
+ * // FontDecoration: "UNDERLINE" || "NONE",
230
+ * // FontColor: "STRING_VALUE",
231
+ * // FontWeight: {
232
+ * // Name: "NORMAL" || "BOLD",
233
+ * // },
234
+ * // FontStyle: "NORMAL" || "ITALIC",
235
+ * // },
236
+ * // CustomLabel: "STRING_VALUE",
237
+ * // },
238
+ * // PlaceholderOptions: {
239
+ * // Visibility: "HIDDEN" || "VISIBLE",
240
+ * // },
241
+ * // },
242
+ * // },
243
+ * // Slider: { // ParameterSliderControl
244
+ * // ParameterControlId: "STRING_VALUE", // required
245
+ * // Title: "STRING_VALUE", // required
246
+ * // SourceParameterName: "STRING_VALUE", // required
247
+ * // DisplayOptions: { // SliderControlDisplayOptions
248
+ * // TitleOptions: "<LabelOptions>",
249
+ * // },
250
+ * // MaximumValue: Number("double"), // required
251
+ * // MinimumValue: Number("double"), // required
252
+ * // StepSize: Number("double"), // required
253
+ * // },
254
+ * // },
255
+ * // ],
256
+ * // FilterControls: [ // FilterControlList
257
+ * // { // FilterControl
258
+ * // DateTimePicker: { // FilterDateTimePickerControl
259
+ * // FilterControlId: "STRING_VALUE", // required
260
+ * // Title: "STRING_VALUE", // required
261
+ * // SourceFilterId: "STRING_VALUE", // required
262
+ * // DisplayOptions: {
263
+ * // TitleOptions: "<LabelOptions>",
264
+ * // DateTimeFormat: "STRING_VALUE",
265
+ * // },
266
+ * // Type: "SINGLE_VALUED" || "DATE_RANGE",
267
+ * // },
268
+ * // List: { // FilterListControl
269
+ * // FilterControlId: "STRING_VALUE", // required
270
+ * // Title: "STRING_VALUE", // required
271
+ * // SourceFilterId: "STRING_VALUE", // required
272
+ * // DisplayOptions: {
273
+ * // SearchOptions: {
274
+ * // Visibility: "HIDDEN" || "VISIBLE",
275
+ * // },
276
+ * // SelectAllOptions: {
277
+ * // Visibility: "HIDDEN" || "VISIBLE",
278
+ * // },
279
+ * // TitleOptions: "<LabelOptions>",
280
+ * // },
281
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
282
+ * // SelectableValues: { // FilterSelectableValues
283
+ * // Values: [
284
+ * // "STRING_VALUE",
285
+ * // ],
286
+ * // },
287
+ * // CascadingControlConfiguration: {
288
+ * // SourceControls: [
289
+ * // {
290
+ * // SourceSheetControlId: "STRING_VALUE",
291
+ * // ColumnToMatch: {
292
+ * // DataSetIdentifier: "STRING_VALUE", // required
293
+ * // ColumnName: "STRING_VALUE", // required
294
+ * // },
295
+ * // },
296
+ * // ],
297
+ * // },
298
+ * // },
299
+ * // Dropdown: { // FilterDropDownControl
300
+ * // FilterControlId: "STRING_VALUE", // required
301
+ * // Title: "STRING_VALUE", // required
302
+ * // SourceFilterId: "STRING_VALUE", // required
303
+ * // DisplayOptions: {
304
+ * // SelectAllOptions: {
305
+ * // Visibility: "HIDDEN" || "VISIBLE",
306
+ * // },
307
+ * // TitleOptions: "<LabelOptions>",
308
+ * // },
309
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
310
+ * // SelectableValues: {
311
+ * // Values: [
312
+ * // "STRING_VALUE",
313
+ * // ],
314
+ * // },
315
+ * // CascadingControlConfiguration: {
316
+ * // SourceControls: [
317
+ * // {
318
+ * // SourceSheetControlId: "STRING_VALUE",
319
+ * // ColumnToMatch: "<ColumnIdentifier>",
320
+ * // },
321
+ * // ],
322
+ * // },
323
+ * // },
324
+ * // TextField: { // FilterTextFieldControl
325
+ * // FilterControlId: "STRING_VALUE", // required
326
+ * // Title: "STRING_VALUE", // required
327
+ * // SourceFilterId: "STRING_VALUE", // required
328
+ * // DisplayOptions: {
329
+ * // TitleOptions: "<LabelOptions>",
330
+ * // PlaceholderOptions: {
331
+ * // Visibility: "HIDDEN" || "VISIBLE",
332
+ * // },
333
+ * // },
334
+ * // },
335
+ * // TextArea: { // FilterTextAreaControl
336
+ * // FilterControlId: "STRING_VALUE", // required
337
+ * // Title: "STRING_VALUE", // required
338
+ * // SourceFilterId: "STRING_VALUE", // required
339
+ * // Delimiter: "STRING_VALUE",
340
+ * // DisplayOptions: {
341
+ * // TitleOptions: "<LabelOptions>",
342
+ * // PlaceholderOptions: {
343
+ * // Visibility: "HIDDEN" || "VISIBLE",
344
+ * // },
345
+ * // },
346
+ * // },
347
+ * // Slider: { // FilterSliderControl
348
+ * // FilterControlId: "STRING_VALUE", // required
349
+ * // Title: "STRING_VALUE", // required
350
+ * // SourceFilterId: "STRING_VALUE", // required
351
+ * // DisplayOptions: {
352
+ * // TitleOptions: "<LabelOptions>",
353
+ * // },
354
+ * // Type: "SINGLE_POINT" || "RANGE",
355
+ * // MaximumValue: Number("double"), // required
356
+ * // MinimumValue: Number("double"), // required
357
+ * // StepSize: Number("double"), // required
358
+ * // },
359
+ * // RelativeDateTime: { // FilterRelativeDateTimeControl
360
+ * // FilterControlId: "STRING_VALUE", // required
361
+ * // Title: "STRING_VALUE", // required
362
+ * // SourceFilterId: "STRING_VALUE", // required
363
+ * // DisplayOptions: { // RelativeDateTimeControlDisplayOptions
364
+ * // TitleOptions: "<LabelOptions>",
365
+ * // DateTimeFormat: "STRING_VALUE",
366
+ * // },
367
+ * // },
368
+ * // },
369
+ * // ],
370
+ * // Visuals: [ // VisualList
371
+ * // { // Visual
372
+ * // TableVisual: { // TableVisual
373
+ * // VisualId: "STRING_VALUE", // required
374
+ * // Title: { // VisualTitleLabelOptions
375
+ * // Visibility: "HIDDEN" || "VISIBLE",
376
+ * // FormatText: { // ShortFormatText
377
+ * // PlainText: "STRING_VALUE",
378
+ * // RichText: "STRING_VALUE",
379
+ * // },
380
+ * // },
381
+ * // Subtitle: { // VisualSubtitleLabelOptions
382
+ * // Visibility: "HIDDEN" || "VISIBLE",
383
+ * // FormatText: { // LongFormatText
384
+ * // PlainText: "STRING_VALUE",
385
+ * // RichText: "STRING_VALUE",
386
+ * // },
387
+ * // },
388
+ * // ChartConfiguration: { // TableConfiguration
389
+ * // FieldWells: { // TableFieldWells
390
+ * // TableAggregatedFieldWells: { // TableAggregatedFieldWells
391
+ * // GroupBy: [ // DimensionFieldList
392
+ * // { // DimensionField
393
+ * // NumericalDimensionField: { // NumericalDimensionField
394
+ * // FieldId: "STRING_VALUE", // required
395
+ * // Column: "<ColumnIdentifier>", // required
396
+ * // HierarchyId: "STRING_VALUE",
397
+ * // FormatConfiguration: { // NumberFormatConfiguration
398
+ * // FormatConfiguration: { // NumericFormatConfiguration
399
+ * // NumberDisplayFormatConfiguration: { // NumberDisplayFormatConfiguration
400
+ * // Prefix: "STRING_VALUE",
401
+ * // Suffix: "STRING_VALUE",
402
+ * // SeparatorConfiguration: { // NumericSeparatorConfiguration
403
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
404
+ * // ThousandsSeparator: { // ThousandSeparatorOptions
405
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
406
+ * // Visibility: "HIDDEN" || "VISIBLE",
407
+ * // },
408
+ * // },
409
+ * // DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
410
+ * // DecimalPlaces: Number("long"), // required
411
+ * // },
412
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
413
+ * // NegativeValueConfiguration: { // NegativeValueConfiguration
414
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
415
+ * // },
416
+ * // NullValueFormatConfiguration: { // NullValueFormatConfiguration
417
+ * // NullString: "STRING_VALUE", // required
418
+ * // },
419
+ * // },
420
+ * // CurrencyDisplayFormatConfiguration: { // CurrencyDisplayFormatConfiguration
421
+ * // Prefix: "STRING_VALUE",
422
+ * // Suffix: "STRING_VALUE",
423
+ * // SeparatorConfiguration: {
424
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
425
+ * // ThousandsSeparator: {
426
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
427
+ * // Visibility: "HIDDEN" || "VISIBLE",
428
+ * // },
429
+ * // },
430
+ * // Symbol: "STRING_VALUE",
431
+ * // DecimalPlacesConfiguration: {
432
+ * // DecimalPlaces: Number("long"), // required
433
+ * // },
434
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
435
+ * // NegativeValueConfiguration: {
436
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
437
+ * // },
438
+ * // NullValueFormatConfiguration: {
439
+ * // NullString: "STRING_VALUE", // required
440
+ * // },
441
+ * // },
442
+ * // PercentageDisplayFormatConfiguration: { // PercentageDisplayFormatConfiguration
443
+ * // Prefix: "STRING_VALUE",
444
+ * // Suffix: "STRING_VALUE",
445
+ * // SeparatorConfiguration: {
446
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
447
+ * // ThousandsSeparator: {
448
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
449
+ * // Visibility: "HIDDEN" || "VISIBLE",
450
+ * // },
451
+ * // },
452
+ * // DecimalPlacesConfiguration: {
453
+ * // DecimalPlaces: Number("long"), // required
454
+ * // },
455
+ * // NegativeValueConfiguration: {
456
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
457
+ * // },
458
+ * // NullValueFormatConfiguration: {
459
+ * // NullString: "STRING_VALUE", // required
460
+ * // },
461
+ * // },
462
+ * // },
463
+ * // },
464
+ * // },
465
+ * // CategoricalDimensionField: { // CategoricalDimensionField
466
+ * // FieldId: "STRING_VALUE", // required
467
+ * // Column: "<ColumnIdentifier>", // required
468
+ * // HierarchyId: "STRING_VALUE",
469
+ * // FormatConfiguration: { // StringFormatConfiguration
470
+ * // NullValueFormatConfiguration: {
471
+ * // NullString: "STRING_VALUE", // required
472
+ * // },
473
+ * // NumericFormatConfiguration: {
474
+ * // NumberDisplayFormatConfiguration: {
475
+ * // Prefix: "STRING_VALUE",
476
+ * // Suffix: "STRING_VALUE",
477
+ * // SeparatorConfiguration: {
478
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
479
+ * // ThousandsSeparator: {
480
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
481
+ * // Visibility: "HIDDEN" || "VISIBLE",
482
+ * // },
483
+ * // },
484
+ * // DecimalPlacesConfiguration: {
485
+ * // DecimalPlaces: Number("long"), // required
486
+ * // },
487
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
488
+ * // NegativeValueConfiguration: {
489
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
490
+ * // },
491
+ * // NullValueFormatConfiguration: {
492
+ * // NullString: "STRING_VALUE", // required
493
+ * // },
494
+ * // },
495
+ * // CurrencyDisplayFormatConfiguration: {
496
+ * // Prefix: "STRING_VALUE",
497
+ * // Suffix: "STRING_VALUE",
498
+ * // SeparatorConfiguration: {
499
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
500
+ * // ThousandsSeparator: {
501
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
502
+ * // Visibility: "HIDDEN" || "VISIBLE",
503
+ * // },
504
+ * // },
505
+ * // Symbol: "STRING_VALUE",
506
+ * // DecimalPlacesConfiguration: {
507
+ * // DecimalPlaces: Number("long"), // required
508
+ * // },
509
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
510
+ * // NegativeValueConfiguration: {
511
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
512
+ * // },
513
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
514
+ * // },
515
+ * // PercentageDisplayFormatConfiguration: {
516
+ * // Prefix: "STRING_VALUE",
517
+ * // Suffix: "STRING_VALUE",
518
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
519
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
520
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
521
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
522
+ * // },
523
+ * // },
524
+ * // },
525
+ * // },
526
+ * // DateDimensionField: { // DateDimensionField
527
+ * // FieldId: "STRING_VALUE", // required
528
+ * // Column: "<ColumnIdentifier>", // required
529
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
530
+ * // HierarchyId: "STRING_VALUE",
531
+ * // FormatConfiguration: { // DateTimeFormatConfiguration
532
+ * // DateTimeFormat: "STRING_VALUE",
533
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
534
+ * // NumericFormatConfiguration: {
535
+ * // NumberDisplayFormatConfiguration: {
536
+ * // Prefix: "STRING_VALUE",
537
+ * // Suffix: "STRING_VALUE",
538
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
539
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
540
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
541
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
542
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
543
+ * // },
544
+ * // CurrencyDisplayFormatConfiguration: {
545
+ * // Prefix: "STRING_VALUE",
546
+ * // Suffix: "STRING_VALUE",
547
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
548
+ * // Symbol: "STRING_VALUE",
549
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
550
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
551
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
552
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
553
+ * // },
554
+ * // PercentageDisplayFormatConfiguration: {
555
+ * // Prefix: "STRING_VALUE",
556
+ * // Suffix: "STRING_VALUE",
557
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
558
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
559
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
560
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
561
+ * // },
562
+ * // },
563
+ * // },
564
+ * // },
565
+ * // },
566
+ * // ],
567
+ * // Values: [ // MeasureFieldList
568
+ * // { // MeasureField
569
+ * // NumericalMeasureField: { // NumericalMeasureField
570
+ * // FieldId: "STRING_VALUE", // required
571
+ * // Column: "<ColumnIdentifier>", // required
572
+ * // AggregationFunction: { // NumericalAggregationFunction
573
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
574
+ * // PercentileAggregation: { // PercentileAggregation
575
+ * // PercentileValue: Number("double"),
576
+ * // },
577
+ * // },
578
+ * // FormatConfiguration: {
579
+ * // FormatConfiguration: {
580
+ * // NumberDisplayFormatConfiguration: {
581
+ * // Prefix: "STRING_VALUE",
582
+ * // Suffix: "STRING_VALUE",
583
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
584
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
585
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
586
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
587
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
588
+ * // },
589
+ * // CurrencyDisplayFormatConfiguration: {
590
+ * // Prefix: "STRING_VALUE",
591
+ * // Suffix: "STRING_VALUE",
592
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
593
+ * // Symbol: "STRING_VALUE",
594
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
595
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
596
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
597
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
598
+ * // },
599
+ * // PercentageDisplayFormatConfiguration: {
600
+ * // Prefix: "STRING_VALUE",
601
+ * // Suffix: "STRING_VALUE",
602
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
603
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
604
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
605
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
606
+ * // },
607
+ * // },
608
+ * // },
609
+ * // },
610
+ * // CategoricalMeasureField: { // CategoricalMeasureField
611
+ * // FieldId: "STRING_VALUE", // required
612
+ * // Column: "<ColumnIdentifier>", // required
613
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
614
+ * // FormatConfiguration: {
615
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
616
+ * // NumericFormatConfiguration: {
617
+ * // NumberDisplayFormatConfiguration: {
618
+ * // Prefix: "STRING_VALUE",
619
+ * // Suffix: "STRING_VALUE",
620
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
621
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
622
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
623
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
624
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
625
+ * // },
626
+ * // CurrencyDisplayFormatConfiguration: {
627
+ * // Prefix: "STRING_VALUE",
628
+ * // Suffix: "STRING_VALUE",
629
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
630
+ * // Symbol: "STRING_VALUE",
631
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
632
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
633
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
634
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
635
+ * // },
636
+ * // PercentageDisplayFormatConfiguration: {
637
+ * // Prefix: "STRING_VALUE",
638
+ * // Suffix: "STRING_VALUE",
639
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
640
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
641
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
642
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
643
+ * // },
644
+ * // },
645
+ * // },
646
+ * // },
647
+ * // DateMeasureField: { // DateMeasureField
648
+ * // FieldId: "STRING_VALUE", // required
649
+ * // Column: "<ColumnIdentifier>", // required
650
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
651
+ * // FormatConfiguration: {
652
+ * // DateTimeFormat: "STRING_VALUE",
653
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
654
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
655
+ * // },
656
+ * // },
657
+ * // CalculatedMeasureField: { // CalculatedMeasureField
658
+ * // FieldId: "STRING_VALUE", // required
659
+ * // Expression: "STRING_VALUE", // required
660
+ * // },
661
+ * // },
662
+ * // ],
663
+ * // },
664
+ * // TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
665
+ * // Values: [ // UnaggregatedFieldList
666
+ * // { // UnaggregatedField
667
+ * // FieldId: "STRING_VALUE", // required
668
+ * // Column: "<ColumnIdentifier>", // required
669
+ * // FormatConfiguration: { // FormatConfiguration
670
+ * // StringFormatConfiguration: {
671
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
672
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
673
+ * // },
674
+ * // NumberFormatConfiguration: {
675
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
676
+ * // },
677
+ * // DateTimeFormatConfiguration: {
678
+ * // DateTimeFormat: "STRING_VALUE",
679
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
680
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
681
+ * // },
682
+ * // },
683
+ * // },
684
+ * // ],
685
+ * // },
686
+ * // },
687
+ * // SortConfiguration: { // TableSortConfiguration
688
+ * // RowSort: [ // RowSortList
689
+ * // { // FieldSortOptions
690
+ * // FieldSort: { // FieldSort
691
+ * // FieldId: "STRING_VALUE", // required
692
+ * // Direction: "ASC" || "DESC", // required
693
+ * // },
694
+ * // ColumnSort: { // ColumnSort
695
+ * // SortBy: "<ColumnIdentifier>", // required
696
+ * // Direction: "ASC" || "DESC", // required
697
+ * // AggregationFunction: { // AggregationFunction
698
+ * // NumericalAggregationFunction: {
699
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
700
+ * // PercentileAggregation: {
701
+ * // PercentileValue: Number("double"),
702
+ * // },
703
+ * // },
704
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
705
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
706
+ * // },
707
+ * // },
708
+ * // },
709
+ * // ],
710
+ * // PaginationConfiguration: { // PaginationConfiguration
711
+ * // PageSize: Number("long"), // required
712
+ * // PageNumber: Number("long"), // required
713
+ * // },
714
+ * // },
715
+ * // TableOptions: { // TableOptions
716
+ * // Orientation: "VERTICAL" || "HORIZONTAL",
717
+ * // HeaderStyle: { // TableCellStyle
718
+ * // Visibility: "HIDDEN" || "VISIBLE",
719
+ * // FontConfiguration: "<FontConfiguration>",
720
+ * // TextWrap: "NONE" || "WRAP",
721
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
722
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
723
+ * // BackgroundColor: "STRING_VALUE",
724
+ * // Height: Number("int"),
725
+ * // Border: { // GlobalTableBorderOptions
726
+ * // UniformBorder: { // TableBorderOptions
727
+ * // Color: "STRING_VALUE",
728
+ * // Thickness: Number("int"),
729
+ * // Style: "NONE" || "SOLID",
730
+ * // },
731
+ * // SideSpecificBorder: { // TableSideBorderOptions
732
+ * // InnerVertical: {
733
+ * // Color: "STRING_VALUE",
734
+ * // Thickness: Number("int"),
735
+ * // Style: "NONE" || "SOLID",
736
+ * // },
737
+ * // InnerHorizontal: {
738
+ * // Color: "STRING_VALUE",
739
+ * // Thickness: Number("int"),
740
+ * // Style: "NONE" || "SOLID",
741
+ * // },
742
+ * // Left: {
743
+ * // Color: "STRING_VALUE",
744
+ * // Thickness: Number("int"),
745
+ * // Style: "NONE" || "SOLID",
746
+ * // },
747
+ * // Right: {
748
+ * // Color: "STRING_VALUE",
749
+ * // Thickness: Number("int"),
750
+ * // Style: "NONE" || "SOLID",
751
+ * // },
752
+ * // Top: "<TableBorderOptions>",
753
+ * // Bottom: "<TableBorderOptions>",
754
+ * // },
755
+ * // },
756
+ * // },
757
+ * // CellStyle: {
758
+ * // Visibility: "HIDDEN" || "VISIBLE",
759
+ * // FontConfiguration: "<FontConfiguration>",
760
+ * // TextWrap: "NONE" || "WRAP",
761
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
762
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
763
+ * // BackgroundColor: "STRING_VALUE",
764
+ * // Height: Number("int"),
765
+ * // Border: {
766
+ * // UniformBorder: "<TableBorderOptions>",
767
+ * // SideSpecificBorder: {
768
+ * // InnerVertical: "<TableBorderOptions>",
769
+ * // InnerHorizontal: "<TableBorderOptions>",
770
+ * // Left: "<TableBorderOptions>",
771
+ * // Right: "<TableBorderOptions>",
772
+ * // Top: "<TableBorderOptions>",
773
+ * // Bottom: "<TableBorderOptions>",
774
+ * // },
775
+ * // },
776
+ * // },
777
+ * // RowAlternateColorOptions: { // RowAlternateColorOptions
778
+ * // Status: "ENABLED" || "DISABLED",
779
+ * // RowAlternateColors: [ // RowAlternateColorList
780
+ * // "STRING_VALUE",
781
+ * // ],
782
+ * // },
783
+ * // },
784
+ * // TotalOptions: { // TotalOptions
785
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
786
+ * // Placement: "START" || "END",
787
+ * // ScrollStatus: "PINNED" || "SCROLLED",
788
+ * // CustomLabel: "STRING_VALUE",
789
+ * // TotalCellStyle: {
790
+ * // Visibility: "HIDDEN" || "VISIBLE",
791
+ * // FontConfiguration: "<FontConfiguration>",
792
+ * // TextWrap: "NONE" || "WRAP",
793
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
794
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
795
+ * // BackgroundColor: "STRING_VALUE",
796
+ * // Height: Number("int"),
797
+ * // Border: {
798
+ * // UniformBorder: "<TableBorderOptions>",
799
+ * // SideSpecificBorder: {
800
+ * // InnerVertical: "<TableBorderOptions>",
801
+ * // InnerHorizontal: "<TableBorderOptions>",
802
+ * // Left: "<TableBorderOptions>",
803
+ * // Right: "<TableBorderOptions>",
804
+ * // Top: "<TableBorderOptions>",
805
+ * // Bottom: "<TableBorderOptions>",
806
+ * // },
807
+ * // },
808
+ * // },
809
+ * // },
810
+ * // FieldOptions: { // TableFieldOptions
811
+ * // SelectedFieldOptions: [ // TableFieldOptionList
812
+ * // { // TableFieldOption
813
+ * // FieldId: "STRING_VALUE", // required
814
+ * // Width: "STRING_VALUE",
815
+ * // CustomLabel: "STRING_VALUE",
816
+ * // Visibility: "HIDDEN" || "VISIBLE",
817
+ * // URLStyling: { // TableFieldURLConfiguration
818
+ * // LinkConfiguration: { // TableFieldLinkConfiguration
819
+ * // Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
820
+ * // Content: { // TableFieldLinkContentConfiguration
821
+ * // CustomTextContent: { // TableFieldCustomTextContent
822
+ * // Value: "STRING_VALUE",
823
+ * // FontConfiguration: "<FontConfiguration>", // required
824
+ * // },
825
+ * // CustomIconContent: { // TableFieldCustomIconContent
826
+ * // Icon: "LINK",
827
+ * // },
828
+ * // },
829
+ * // },
830
+ * // ImageConfiguration: { // TableFieldImageConfiguration
831
+ * // SizingOptions: { // TableCellImageSizingConfiguration
832
+ * // TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
833
+ * // },
834
+ * // },
835
+ * // },
836
+ * // },
837
+ * // ],
838
+ * // Order: [ // FieldOrderList
839
+ * // "STRING_VALUE",
840
+ * // ],
841
+ * // },
842
+ * // PaginatedReportOptions: { // TablePaginatedReportOptions
843
+ * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
844
+ * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
845
+ * // },
846
+ * // TableInlineVisualizations: [ // TableInlineVisualizationList
847
+ * // { // TableInlineVisualization
848
+ * // DataBars: { // DataBarsOptions
849
+ * // FieldId: "STRING_VALUE", // required
850
+ * // PositiveColor: "STRING_VALUE",
851
+ * // NegativeColor: "STRING_VALUE",
852
+ * // },
853
+ * // },
854
+ * // ],
855
+ * // },
856
+ * // ConditionalFormatting: { // TableConditionalFormatting
857
+ * // ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
858
+ * // { // TableConditionalFormattingOption
859
+ * // Cell: { // TableCellConditionalFormatting
860
+ * // FieldId: "STRING_VALUE", // required
861
+ * // TextFormat: { // TextConditionalFormat
862
+ * // BackgroundColor: { // ConditionalFormattingColor
863
+ * // Solid: { // ConditionalFormattingSolidColor
864
+ * // Expression: "STRING_VALUE", // required
865
+ * // Color: "STRING_VALUE",
866
+ * // },
867
+ * // Gradient: { // ConditionalFormattingGradientColor
868
+ * // Expression: "STRING_VALUE", // required
869
+ * // Color: { // GradientColor
870
+ * // Stops: [ // GradientStopList
871
+ * // { // GradientStop
872
+ * // GradientOffset: Number("double"), // required
873
+ * // DataValue: Number("double"),
874
+ * // Color: "STRING_VALUE",
875
+ * // },
876
+ * // ],
877
+ * // },
878
+ * // },
879
+ * // },
880
+ * // TextColor: {
881
+ * // Solid: {
882
+ * // Expression: "STRING_VALUE", // required
883
+ * // Color: "STRING_VALUE",
884
+ * // },
885
+ * // Gradient: {
886
+ * // Expression: "STRING_VALUE", // required
887
+ * // Color: {
888
+ * // Stops: [
889
+ * // {
890
+ * // GradientOffset: Number("double"), // required
891
+ * // DataValue: Number("double"),
892
+ * // Color: "STRING_VALUE",
893
+ * // },
894
+ * // ],
895
+ * // },
896
+ * // },
897
+ * // },
898
+ * // Icon: { // ConditionalFormattingIcon
899
+ * // IconSet: { // ConditionalFormattingIconSet
900
+ * // Expression: "STRING_VALUE", // required
901
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
902
+ * // },
903
+ * // CustomCondition: { // ConditionalFormattingCustomIconCondition
904
+ * // Expression: "STRING_VALUE", // required
905
+ * // IconOptions: { // ConditionalFormattingCustomIconOptions
906
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
907
+ * // UnicodeIcon: "STRING_VALUE",
908
+ * // },
909
+ * // Color: "STRING_VALUE",
910
+ * // DisplayConfiguration: { // ConditionalFormattingIconDisplayConfiguration
911
+ * // IconDisplayOption: "ICON_ONLY",
912
+ * // },
913
+ * // },
914
+ * // },
915
+ * // },
916
+ * // },
917
+ * // Row: { // TableRowConditionalFormatting
918
+ * // BackgroundColor: {
919
+ * // Solid: {
920
+ * // Expression: "STRING_VALUE", // required
921
+ * // Color: "STRING_VALUE",
922
+ * // },
923
+ * // Gradient: {
924
+ * // Expression: "STRING_VALUE", // required
925
+ * // Color: {
926
+ * // Stops: [
927
+ * // {
928
+ * // GradientOffset: Number("double"), // required
929
+ * // DataValue: Number("double"),
930
+ * // Color: "STRING_VALUE",
931
+ * // },
932
+ * // ],
933
+ * // },
934
+ * // },
935
+ * // },
936
+ * // TextColor: {
937
+ * // Solid: {
938
+ * // Expression: "STRING_VALUE", // required
939
+ * // Color: "STRING_VALUE",
940
+ * // },
941
+ * // Gradient: {
942
+ * // Expression: "STRING_VALUE", // required
943
+ * // Color: {
944
+ * // Stops: [
945
+ * // {
946
+ * // GradientOffset: Number("double"), // required
947
+ * // DataValue: Number("double"),
948
+ * // Color: "STRING_VALUE",
949
+ * // },
950
+ * // ],
951
+ * // },
952
+ * // },
953
+ * // },
954
+ * // },
955
+ * // },
956
+ * // ],
957
+ * // },
958
+ * // Actions: [ // VisualCustomActionList
959
+ * // { // VisualCustomAction
960
+ * // CustomActionId: "STRING_VALUE", // required
961
+ * // Name: "STRING_VALUE", // required
962
+ * // Status: "ENABLED" || "DISABLED",
963
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
964
+ * // ActionOperations: [ // VisualCustomActionOperationList // required
965
+ * // { // VisualCustomActionOperation
966
+ * // FilterOperation: { // CustomActionFilterOperation
967
+ * // SelectedFieldsConfiguration: { // FilterOperationSelectedFieldsConfiguration
968
+ * // SelectedFields: [ // SelectedFieldList
969
+ * // "STRING_VALUE",
970
+ * // ],
971
+ * // SelectedFieldOptions: "ALL_FIELDS",
972
+ * // },
973
+ * // TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
974
+ * // SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
975
+ * // TargetVisuals: [ // TargetVisualList
976
+ * // "STRING_VALUE",
977
+ * // ],
978
+ * // TargetVisualOptions: "ALL_VISUALS",
979
+ * // },
980
+ * // },
981
+ * // },
982
+ * // NavigationOperation: { // CustomActionNavigationOperation
983
+ * // LocalNavigationConfiguration: { // LocalNavigationConfiguration
984
+ * // TargetSheetId: "STRING_VALUE", // required
985
+ * // },
986
+ * // },
987
+ * // URLOperation: { // CustomActionURLOperation
988
+ * // URLTemplate: "STRING_VALUE", // required
989
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
990
+ * // },
991
+ * // SetParametersOperation: { // CustomActionSetParametersOperation
992
+ * // ParameterValueConfigurations: [ // SetParameterValueConfigurationList // required
993
+ * // { // SetParameterValueConfiguration
994
+ * // DestinationParameterName: "STRING_VALUE", // required
995
+ * // Value: { // DestinationParameterValueConfiguration
996
+ * // CustomValuesConfiguration: { // CustomValuesConfiguration
997
+ * // IncludeNullValue: true || false,
998
+ * // CustomValues: { // CustomParameterValues
999
+ * // StringValues: [ // StringDefaultValueList
1000
+ * // "STRING_VALUE",
1001
+ * // ],
1002
+ * // IntegerValues: [ // IntegerDefaultValueList
1003
+ * // Number("long"),
1004
+ * // ],
1005
+ * // DecimalValues: [ // DecimalDefaultValueList
1006
+ * // Number("double"),
1007
+ * // ],
1008
+ * // DateTimeValues: [ // DateTimeDefaultValueList
1009
+ * // new Date("TIMESTAMP"),
1010
+ * // ],
1011
+ * // },
1012
+ * // },
1013
+ * // SelectAllValueOptions: "ALL_VALUES",
1014
+ * // SourceParameterName: "STRING_VALUE",
1015
+ * // SourceField: "STRING_VALUE",
1016
+ * // },
1017
+ * // },
1018
+ * // ],
1019
+ * // },
1020
+ * // },
1021
+ * // ],
1022
+ * // },
1023
+ * // ],
1024
+ * // },
1025
+ * // PivotTableVisual: { // PivotTableVisual
1026
+ * // VisualId: "STRING_VALUE", // required
1027
+ * // Title: {
1028
+ * // Visibility: "HIDDEN" || "VISIBLE",
1029
+ * // FormatText: {
1030
+ * // PlainText: "STRING_VALUE",
1031
+ * // RichText: "STRING_VALUE",
1032
+ * // },
1033
+ * // },
1034
+ * // Subtitle: {
1035
+ * // Visibility: "HIDDEN" || "VISIBLE",
1036
+ * // FormatText: {
1037
+ * // PlainText: "STRING_VALUE",
1038
+ * // RichText: "STRING_VALUE",
1039
+ * // },
1040
+ * // },
1041
+ * // ChartConfiguration: { // PivotTableConfiguration
1042
+ * // FieldWells: { // PivotTableFieldWells
1043
+ * // PivotTableAggregatedFieldWells: { // PivotTableAggregatedFieldWells
1044
+ * // Rows: [ // PivotTableDimensionList
1045
+ * // {
1046
+ * // NumericalDimensionField: {
1047
+ * // FieldId: "STRING_VALUE", // required
1048
+ * // Column: "<ColumnIdentifier>", // required
1049
+ * // HierarchyId: "STRING_VALUE",
1050
+ * // FormatConfiguration: {
1051
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
1052
+ * // },
1053
+ * // },
1054
+ * // CategoricalDimensionField: {
1055
+ * // FieldId: "STRING_VALUE", // required
1056
+ * // Column: "<ColumnIdentifier>", // required
1057
+ * // HierarchyId: "STRING_VALUE",
1058
+ * // FormatConfiguration: {
1059
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1060
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1061
+ * // },
1062
+ * // },
1063
+ * // DateDimensionField: {
1064
+ * // FieldId: "STRING_VALUE", // required
1065
+ * // Column: "<ColumnIdentifier>", // required
1066
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1067
+ * // HierarchyId: "STRING_VALUE",
1068
+ * // FormatConfiguration: {
1069
+ * // DateTimeFormat: "STRING_VALUE",
1070
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1071
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1072
+ * // },
1073
+ * // },
1074
+ * // },
1075
+ * // ],
1076
+ * // Columns: [
1077
+ * // {
1078
+ * // NumericalDimensionField: {
1079
+ * // FieldId: "STRING_VALUE", // required
1080
+ * // Column: "<ColumnIdentifier>", // required
1081
+ * // HierarchyId: "STRING_VALUE",
1082
+ * // FormatConfiguration: {
1083
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
1084
+ * // },
1085
+ * // },
1086
+ * // CategoricalDimensionField: {
1087
+ * // FieldId: "STRING_VALUE", // required
1088
+ * // Column: "<ColumnIdentifier>", // required
1089
+ * // HierarchyId: "STRING_VALUE",
1090
+ * // FormatConfiguration: {
1091
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1092
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1093
+ * // },
1094
+ * // },
1095
+ * // DateDimensionField: {
1096
+ * // FieldId: "STRING_VALUE", // required
1097
+ * // Column: "<ColumnIdentifier>", // required
1098
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1099
+ * // HierarchyId: "STRING_VALUE",
1100
+ * // FormatConfiguration: {
1101
+ * // DateTimeFormat: "STRING_VALUE",
1102
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1103
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1104
+ * // },
1105
+ * // },
1106
+ * // },
1107
+ * // ],
1108
+ * // Values: [ // PivotMeasureFieldList
1109
+ * // {
1110
+ * // NumericalMeasureField: {
1111
+ * // FieldId: "STRING_VALUE", // required
1112
+ * // Column: "<ColumnIdentifier>", // required
1113
+ * // AggregationFunction: {
1114
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1115
+ * // PercentileAggregation: {
1116
+ * // PercentileValue: Number("double"),
1117
+ * // },
1118
+ * // },
1119
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1120
+ * // },
1121
+ * // CategoricalMeasureField: {
1122
+ * // FieldId: "STRING_VALUE", // required
1123
+ * // Column: "<ColumnIdentifier>", // required
1124
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
1125
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1126
+ * // },
1127
+ * // DateMeasureField: {
1128
+ * // FieldId: "STRING_VALUE", // required
1129
+ * // Column: "<ColumnIdentifier>", // required
1130
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1131
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1132
+ * // },
1133
+ * // CalculatedMeasureField: {
1134
+ * // FieldId: "STRING_VALUE", // required
1135
+ * // Expression: "STRING_VALUE", // required
1136
+ * // },
1137
+ * // },
1138
+ * // ],
1139
+ * // },
1140
+ * // },
1141
+ * // SortConfiguration: { // PivotTableSortConfiguration
1142
+ * // FieldSortOptions: [ // PivotFieldSortOptionsList
1143
+ * // { // PivotFieldSortOptions
1144
+ * // FieldId: "STRING_VALUE", // required
1145
+ * // SortBy: { // PivotTableSortBy
1146
+ * // Field: {
1147
+ * // FieldId: "STRING_VALUE", // required
1148
+ * // Direction: "ASC" || "DESC", // required
1149
+ * // },
1150
+ * // Column: {
1151
+ * // SortBy: "<ColumnIdentifier>", // required
1152
+ * // Direction: "ASC" || "DESC", // required
1153
+ * // AggregationFunction: {
1154
+ * // NumericalAggregationFunction: {
1155
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1156
+ * // PercentileAggregation: {
1157
+ * // PercentileValue: Number("double"),
1158
+ * // },
1159
+ * // },
1160
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1161
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1162
+ * // },
1163
+ * // },
1164
+ * // DataPath: { // DataPathSort
1165
+ * // Direction: "ASC" || "DESC", // required
1166
+ * // SortPaths: [ // DataPathValueList // required
1167
+ * // { // DataPathValue
1168
+ * // FieldId: "STRING_VALUE", // required
1169
+ * // FieldValue: "STRING_VALUE", // required
1170
+ * // },
1171
+ * // ],
1172
+ * // },
1173
+ * // },
1174
+ * // },
1175
+ * // ],
1176
+ * // },
1177
+ * // TableOptions: { // PivotTableOptions
1178
+ * // MetricPlacement: "ROW" || "COLUMN",
1179
+ * // SingleMetricVisibility: "HIDDEN" || "VISIBLE",
1180
+ * // ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
1181
+ * // ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
1182
+ * // ColumnHeaderStyle: {
1183
+ * // Visibility: "HIDDEN" || "VISIBLE",
1184
+ * // FontConfiguration: "<FontConfiguration>",
1185
+ * // TextWrap: "NONE" || "WRAP",
1186
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
1187
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
1188
+ * // BackgroundColor: "STRING_VALUE",
1189
+ * // Height: Number("int"),
1190
+ * // Border: {
1191
+ * // UniformBorder: "<TableBorderOptions>",
1192
+ * // SideSpecificBorder: {
1193
+ * // InnerVertical: "<TableBorderOptions>",
1194
+ * // InnerHorizontal: "<TableBorderOptions>",
1195
+ * // Left: "<TableBorderOptions>",
1196
+ * // Right: "<TableBorderOptions>",
1197
+ * // Top: "<TableBorderOptions>",
1198
+ * // Bottom: "<TableBorderOptions>",
1199
+ * // },
1200
+ * // },
1201
+ * // },
1202
+ * // RowHeaderStyle: {
1203
+ * // Visibility: "HIDDEN" || "VISIBLE",
1204
+ * // FontConfiguration: "<FontConfiguration>",
1205
+ * // TextWrap: "NONE" || "WRAP",
1206
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
1207
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
1208
+ * // BackgroundColor: "STRING_VALUE",
1209
+ * // Height: Number("int"),
1210
+ * // Border: {
1211
+ * // UniformBorder: "<TableBorderOptions>",
1212
+ * // SideSpecificBorder: {
1213
+ * // InnerVertical: "<TableBorderOptions>",
1214
+ * // InnerHorizontal: "<TableBorderOptions>",
1215
+ * // Left: "<TableBorderOptions>",
1216
+ * // Right: "<TableBorderOptions>",
1217
+ * // Top: "<TableBorderOptions>",
1218
+ * // Bottom: "<TableBorderOptions>",
1219
+ * // },
1220
+ * // },
1221
+ * // },
1222
+ * // CellStyle: "<TableCellStyle>",
1223
+ * // RowFieldNamesStyle: "<TableCellStyle>",
1224
+ * // RowAlternateColorOptions: {
1225
+ * // Status: "ENABLED" || "DISABLED",
1226
+ * // RowAlternateColors: [
1227
+ * // "STRING_VALUE",
1228
+ * // ],
1229
+ * // },
1230
+ * // CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
1231
+ * // },
1232
+ * // TotalOptions: { // PivotTableTotalOptions
1233
+ * // RowSubtotalOptions: { // SubtotalOptions
1234
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1235
+ * // CustomLabel: "STRING_VALUE",
1236
+ * // FieldLevel: "ALL" || "CUSTOM" || "LAST",
1237
+ * // FieldLevelOptions: [ // PivotTableFieldSubtotalOptionsList
1238
+ * // { // PivotTableFieldSubtotalOptions
1239
+ * // FieldId: "STRING_VALUE",
1240
+ * // },
1241
+ * // ],
1242
+ * // TotalCellStyle: "<TableCellStyle>",
1243
+ * // ValueCellStyle: "<TableCellStyle>",
1244
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1245
+ * // },
1246
+ * // ColumnSubtotalOptions: {
1247
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1248
+ * // CustomLabel: "STRING_VALUE",
1249
+ * // FieldLevel: "ALL" || "CUSTOM" || "LAST",
1250
+ * // FieldLevelOptions: [
1251
+ * // {
1252
+ * // FieldId: "STRING_VALUE",
1253
+ * // },
1254
+ * // ],
1255
+ * // TotalCellStyle: "<TableCellStyle>",
1256
+ * // ValueCellStyle: "<TableCellStyle>",
1257
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1258
+ * // },
1259
+ * // RowTotalOptions: { // PivotTotalOptions
1260
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1261
+ * // Placement: "START" || "END",
1262
+ * // ScrollStatus: "PINNED" || "SCROLLED",
1263
+ * // CustomLabel: "STRING_VALUE",
1264
+ * // TotalCellStyle: "<TableCellStyle>",
1265
+ * // ValueCellStyle: "<TableCellStyle>",
1266
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1267
+ * // },
1268
+ * // ColumnTotalOptions: {
1269
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1270
+ * // Placement: "START" || "END",
1271
+ * // ScrollStatus: "PINNED" || "SCROLLED",
1272
+ * // CustomLabel: "STRING_VALUE",
1273
+ * // TotalCellStyle: "<TableCellStyle>",
1274
+ * // ValueCellStyle: "<TableCellStyle>",
1275
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1276
+ * // },
1277
+ * // },
1278
+ * // FieldOptions: { // PivotTableFieldOptions
1279
+ * // SelectedFieldOptions: [ // PivotTableFieldOptionList
1280
+ * // { // PivotTableFieldOption
1281
+ * // FieldId: "STRING_VALUE", // required
1282
+ * // CustomLabel: "STRING_VALUE",
1283
+ * // Visibility: "HIDDEN" || "VISIBLE",
1284
+ * // },
1285
+ * // ],
1286
+ * // DataPathOptions: [ // PivotTableDataPathOptionList
1287
+ * // { // PivotTableDataPathOption
1288
+ * // DataPathList: [ // required
1289
+ * // {
1290
+ * // FieldId: "STRING_VALUE", // required
1291
+ * // FieldValue: "STRING_VALUE", // required
1292
+ * // },
1293
+ * // ],
1294
+ * // Width: "STRING_VALUE",
1295
+ * // },
1296
+ * // ],
1297
+ * // },
1298
+ * // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
1299
+ * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1300
+ * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1301
+ * // },
1302
+ * // },
1303
+ * // ConditionalFormatting: { // PivotTableConditionalFormatting
1304
+ * // ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
1305
+ * // { // PivotTableConditionalFormattingOption
1306
+ * // Cell: { // PivotTableCellConditionalFormatting
1307
+ * // FieldId: "STRING_VALUE", // required
1308
+ * // TextFormat: {
1309
+ * // BackgroundColor: {
1310
+ * // Solid: {
1311
+ * // Expression: "STRING_VALUE", // required
1312
+ * // Color: "STRING_VALUE",
1313
+ * // },
1314
+ * // Gradient: {
1315
+ * // Expression: "STRING_VALUE", // required
1316
+ * // Color: {
1317
+ * // Stops: [
1318
+ * // {
1319
+ * // GradientOffset: Number("double"), // required
1320
+ * // DataValue: Number("double"),
1321
+ * // Color: "STRING_VALUE",
1322
+ * // },
1323
+ * // ],
1324
+ * // },
1325
+ * // },
1326
+ * // },
1327
+ * // TextColor: "<ConditionalFormattingColor>",
1328
+ * // Icon: {
1329
+ * // IconSet: {
1330
+ * // Expression: "STRING_VALUE", // required
1331
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
1332
+ * // },
1333
+ * // CustomCondition: {
1334
+ * // Expression: "STRING_VALUE", // required
1335
+ * // IconOptions: {
1336
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
1337
+ * // UnicodeIcon: "STRING_VALUE",
1338
+ * // },
1339
+ * // Color: "STRING_VALUE",
1340
+ * // DisplayConfiguration: {
1341
+ * // IconDisplayOption: "ICON_ONLY",
1342
+ * // },
1343
+ * // },
1344
+ * // },
1345
+ * // },
1346
+ * // Scope: { // PivotTableConditionalFormattingScope
1347
+ * // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
1348
+ * // },
1349
+ * // },
1350
+ * // },
1351
+ * // ],
1352
+ * // },
1353
+ * // Actions: [
1354
+ * // {
1355
+ * // CustomActionId: "STRING_VALUE", // required
1356
+ * // Name: "STRING_VALUE", // required
1357
+ * // Status: "ENABLED" || "DISABLED",
1358
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
1359
+ * // ActionOperations: [ // required
1360
+ * // {
1361
+ * // FilterOperation: {
1362
+ * // SelectedFieldsConfiguration: {
1363
+ * // SelectedFields: [
1364
+ * // "STRING_VALUE",
1365
+ * // ],
1366
+ * // SelectedFieldOptions: "ALL_FIELDS",
1367
+ * // },
1368
+ * // TargetVisualsConfiguration: {
1369
+ * // SameSheetTargetVisualConfiguration: {
1370
+ * // TargetVisuals: [
1371
+ * // "STRING_VALUE",
1372
+ * // ],
1373
+ * // TargetVisualOptions: "ALL_VISUALS",
1374
+ * // },
1375
+ * // },
1376
+ * // },
1377
+ * // NavigationOperation: {
1378
+ * // LocalNavigationConfiguration: {
1379
+ * // TargetSheetId: "STRING_VALUE", // required
1380
+ * // },
1381
+ * // },
1382
+ * // URLOperation: {
1383
+ * // URLTemplate: "STRING_VALUE", // required
1384
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
1385
+ * // },
1386
+ * // SetParametersOperation: {
1387
+ * // ParameterValueConfigurations: [ // required
1388
+ * // {
1389
+ * // DestinationParameterName: "STRING_VALUE", // required
1390
+ * // Value: {
1391
+ * // CustomValuesConfiguration: {
1392
+ * // IncludeNullValue: true || false,
1393
+ * // CustomValues: {
1394
+ * // StringValues: [
1395
+ * // "STRING_VALUE",
1396
+ * // ],
1397
+ * // IntegerValues: [
1398
+ * // Number("long"),
1399
+ * // ],
1400
+ * // DecimalValues: [
1401
+ * // Number("double"),
1402
+ * // ],
1403
+ * // DateTimeValues: [
1404
+ * // new Date("TIMESTAMP"),
1405
+ * // ],
1406
+ * // },
1407
+ * // },
1408
+ * // SelectAllValueOptions: "ALL_VALUES",
1409
+ * // SourceParameterName: "STRING_VALUE",
1410
+ * // SourceField: "STRING_VALUE",
1411
+ * // },
1412
+ * // },
1413
+ * // ],
1414
+ * // },
1415
+ * // },
1416
+ * // ],
1417
+ * // },
1418
+ * // ],
1419
+ * // },
1420
+ * // BarChartVisual: { // BarChartVisual
1421
+ * // VisualId: "STRING_VALUE", // required
1422
+ * // Title: {
1423
+ * // Visibility: "HIDDEN" || "VISIBLE",
1424
+ * // FormatText: {
1425
+ * // PlainText: "STRING_VALUE",
1426
+ * // RichText: "STRING_VALUE",
1427
+ * // },
1428
+ * // },
1429
+ * // Subtitle: {
1430
+ * // Visibility: "HIDDEN" || "VISIBLE",
1431
+ * // FormatText: {
1432
+ * // PlainText: "STRING_VALUE",
1433
+ * // RichText: "STRING_VALUE",
1434
+ * // },
1435
+ * // },
1436
+ * // ChartConfiguration: { // BarChartConfiguration
1437
+ * // FieldWells: { // BarChartFieldWells
1438
+ * // BarChartAggregatedFieldWells: { // BarChartAggregatedFieldWells
1439
+ * // Category: [
1440
+ * // {
1441
+ * // NumericalDimensionField: {
1442
+ * // FieldId: "STRING_VALUE", // required
1443
+ * // Column: "<ColumnIdentifier>", // required
1444
+ * // HierarchyId: "STRING_VALUE",
1445
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1446
+ * // },
1447
+ * // CategoricalDimensionField: {
1448
+ * // FieldId: "STRING_VALUE", // required
1449
+ * // Column: "<ColumnIdentifier>", // required
1450
+ * // HierarchyId: "STRING_VALUE",
1451
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1452
+ * // },
1453
+ * // DateDimensionField: {
1454
+ * // FieldId: "STRING_VALUE", // required
1455
+ * // Column: "<ColumnIdentifier>", // required
1456
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1457
+ * // HierarchyId: "STRING_VALUE",
1458
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1459
+ * // },
1460
+ * // },
1461
+ * // ],
1462
+ * // Values: [
1463
+ * // {
1464
+ * // NumericalMeasureField: {
1465
+ * // FieldId: "STRING_VALUE", // required
1466
+ * // Column: "<ColumnIdentifier>", // required
1467
+ * // AggregationFunction: {
1468
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1469
+ * // PercentileAggregation: {
1470
+ * // PercentileValue: Number("double"),
1471
+ * // },
1472
+ * // },
1473
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1474
+ * // },
1475
+ * // CategoricalMeasureField: {
1476
+ * // FieldId: "STRING_VALUE", // required
1477
+ * // Column: "<ColumnIdentifier>", // required
1478
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
1479
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1480
+ * // },
1481
+ * // DateMeasureField: {
1482
+ * // FieldId: "STRING_VALUE", // required
1483
+ * // Column: "<ColumnIdentifier>", // required
1484
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1485
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1486
+ * // },
1487
+ * // CalculatedMeasureField: {
1488
+ * // FieldId: "STRING_VALUE", // required
1489
+ * // Expression: "STRING_VALUE", // required
1490
+ * // },
1491
+ * // },
1492
+ * // ],
1493
+ * // Colors: [
1494
+ * // {
1495
+ * // NumericalDimensionField: {
1496
+ * // FieldId: "STRING_VALUE", // required
1497
+ * // Column: "<ColumnIdentifier>", // required
1498
+ * // HierarchyId: "STRING_VALUE",
1499
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1500
+ * // },
1501
+ * // CategoricalDimensionField: {
1502
+ * // FieldId: "STRING_VALUE", // required
1503
+ * // Column: "<ColumnIdentifier>", // required
1504
+ * // HierarchyId: "STRING_VALUE",
1505
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1506
+ * // },
1507
+ * // DateDimensionField: {
1508
+ * // FieldId: "STRING_VALUE", // required
1509
+ * // Column: "<ColumnIdentifier>", // required
1510
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1511
+ * // HierarchyId: "STRING_VALUE",
1512
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1513
+ * // },
1514
+ * // },
1515
+ * // ],
1516
+ * // SmallMultiples: [ // SmallMultiplesDimensionFieldList
1517
+ * // "<DimensionField>",
1518
+ * // ],
1519
+ * // },
1520
+ * // },
1521
+ * // SortConfiguration: { // BarChartSortConfiguration
1522
+ * // CategorySort: [ // FieldSortOptionsList
1523
+ * // {
1524
+ * // FieldSort: {
1525
+ * // FieldId: "STRING_VALUE", // required
1526
+ * // Direction: "ASC" || "DESC", // required
1527
+ * // },
1528
+ * // ColumnSort: {
1529
+ * // SortBy: "<ColumnIdentifier>", // required
1530
+ * // Direction: "ASC" || "DESC", // required
1531
+ * // AggregationFunction: {
1532
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1533
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1534
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1535
+ * // },
1536
+ * // },
1537
+ * // },
1538
+ * // ],
1539
+ * // CategoryItemsLimit: { // ItemsLimitConfiguration
1540
+ * // ItemsLimit: Number("long"),
1541
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
1542
+ * // },
1543
+ * // ColorSort: [
1544
+ * // {
1545
+ * // FieldSort: {
1546
+ * // FieldId: "STRING_VALUE", // required
1547
+ * // Direction: "ASC" || "DESC", // required
1548
+ * // },
1549
+ * // ColumnSort: {
1550
+ * // SortBy: "<ColumnIdentifier>", // required
1551
+ * // Direction: "ASC" || "DESC", // required
1552
+ * // AggregationFunction: {
1553
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1554
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1555
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1556
+ * // },
1557
+ * // },
1558
+ * // },
1559
+ * // ],
1560
+ * // ColorItemsLimit: {
1561
+ * // ItemsLimit: Number("long"),
1562
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
1563
+ * // },
1564
+ * // SmallMultiplesSort: [
1565
+ * // {
1566
+ * // FieldSort: {
1567
+ * // FieldId: "STRING_VALUE", // required
1568
+ * // Direction: "ASC" || "DESC", // required
1569
+ * // },
1570
+ * // ColumnSort: {
1571
+ * // SortBy: "<ColumnIdentifier>", // required
1572
+ * // Direction: "ASC" || "DESC", // required
1573
+ * // AggregationFunction: {
1574
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1575
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1576
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1577
+ * // },
1578
+ * // },
1579
+ * // },
1580
+ * // ],
1581
+ * // SmallMultiplesLimitConfiguration: {
1582
+ * // ItemsLimit: Number("long"),
1583
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
1584
+ * // },
1585
+ * // },
1586
+ * // Orientation: "HORIZONTAL" || "VERTICAL",
1587
+ * // BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
1588
+ * // VisualPalette: { // VisualPalette
1589
+ * // ChartColor: "STRING_VALUE",
1590
+ * // ColorMap: [ // DataPathColorList
1591
+ * // { // DataPathColor
1592
+ * // Element: "<DataPathValue>", // required
1593
+ * // Color: "STRING_VALUE", // required
1594
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1595
+ * // },
1596
+ * // ],
1597
+ * // },
1598
+ * // SmallMultiplesOptions: { // SmallMultiplesOptions
1599
+ * // MaxVisibleRows: Number("long"),
1600
+ * // MaxVisibleColumns: Number("long"),
1601
+ * // PanelConfiguration: { // PanelConfiguration
1602
+ * // Title: { // PanelTitleOptions
1603
+ * // Visibility: "HIDDEN" || "VISIBLE",
1604
+ * // FontConfiguration: "<FontConfiguration>",
1605
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
1606
+ * // },
1607
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
1608
+ * // BorderThickness: "STRING_VALUE",
1609
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
1610
+ * // BorderColor: "STRING_VALUE",
1611
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
1612
+ * // GutterSpacing: "STRING_VALUE",
1613
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
1614
+ * // BackgroundColor: "STRING_VALUE",
1615
+ * // },
1616
+ * // },
1617
+ * // CategoryAxis: { // AxisDisplayOptions
1618
+ * // TickLabelOptions: { // AxisTickLabelOptions
1619
+ * // LabelOptions: "<LabelOptions>",
1620
+ * // RotationAngle: Number("double"),
1621
+ * // },
1622
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
1623
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
1624
+ * // DataOptions: { // AxisDataOptions
1625
+ * // NumericAxisOptions: { // NumericAxisOptions
1626
+ * // Scale: { // AxisScale
1627
+ * // Linear: { // AxisLinearScale
1628
+ * // StepCount: Number("int"),
1629
+ * // StepSize: Number("double"),
1630
+ * // },
1631
+ * // Logarithmic: { // AxisLogarithmicScale
1632
+ * // Base: Number("double"),
1633
+ * // },
1634
+ * // },
1635
+ * // Range: { // AxisDisplayRange
1636
+ * // MinMax: { // AxisDisplayMinMaxRange
1637
+ * // Minimum: Number("double"),
1638
+ * // Maximum: Number("double"),
1639
+ * // },
1640
+ * // DataDriven: {},
1641
+ * // },
1642
+ * // },
1643
+ * // DateAxisOptions: { // DateAxisOptions
1644
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
1645
+ * // },
1646
+ * // },
1647
+ * // ScrollbarOptions: { // ScrollBarOptions
1648
+ * // Visibility: "HIDDEN" || "VISIBLE",
1649
+ * // VisibleRange: { // VisibleRangeOptions
1650
+ * // PercentRange: { // PercentVisibleRange
1651
+ * // From: Number("double"),
1652
+ * // To: Number("double"),
1653
+ * // },
1654
+ * // },
1655
+ * // },
1656
+ * // AxisOffset: "STRING_VALUE",
1657
+ * // },
1658
+ * // CategoryLabelOptions: { // ChartAxisLabelOptions
1659
+ * // Visibility: "HIDDEN" || "VISIBLE",
1660
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
1661
+ * // AxisLabelOptions: [ // AxisLabelOptionsList
1662
+ * // { // AxisLabelOptions
1663
+ * // FontConfiguration: "<FontConfiguration>",
1664
+ * // CustomLabel: "STRING_VALUE",
1665
+ * // ApplyTo: { // AxisLabelReferenceOptions
1666
+ * // FieldId: "STRING_VALUE", // required
1667
+ * // Column: "<ColumnIdentifier>", // required
1668
+ * // },
1669
+ * // },
1670
+ * // ],
1671
+ * // },
1672
+ * // ValueAxis: {
1673
+ * // TickLabelOptions: {
1674
+ * // LabelOptions: "<LabelOptions>",
1675
+ * // RotationAngle: Number("double"),
1676
+ * // },
1677
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
1678
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
1679
+ * // DataOptions: {
1680
+ * // NumericAxisOptions: {
1681
+ * // Scale: {
1682
+ * // Linear: {
1683
+ * // StepCount: Number("int"),
1684
+ * // StepSize: Number("double"),
1685
+ * // },
1686
+ * // Logarithmic: {
1687
+ * // Base: Number("double"),
1688
+ * // },
1689
+ * // },
1690
+ * // Range: {
1691
+ * // MinMax: {
1692
+ * // Minimum: Number("double"),
1693
+ * // Maximum: Number("double"),
1694
+ * // },
1695
+ * // DataDriven: {},
1696
+ * // },
1697
+ * // },
1698
+ * // DateAxisOptions: {
1699
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
1700
+ * // },
1701
+ * // },
1702
+ * // ScrollbarOptions: {
1703
+ * // Visibility: "HIDDEN" || "VISIBLE",
1704
+ * // VisibleRange: {
1705
+ * // PercentRange: {
1706
+ * // From: Number("double"),
1707
+ * // To: Number("double"),
1708
+ * // },
1709
+ * // },
1710
+ * // },
1711
+ * // AxisOffset: "STRING_VALUE",
1712
+ * // },
1713
+ * // ValueLabelOptions: {
1714
+ * // Visibility: "HIDDEN" || "VISIBLE",
1715
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
1716
+ * // AxisLabelOptions: [
1717
+ * // {
1718
+ * // FontConfiguration: "<FontConfiguration>",
1719
+ * // CustomLabel: "STRING_VALUE",
1720
+ * // ApplyTo: {
1721
+ * // FieldId: "STRING_VALUE", // required
1722
+ * // Column: "<ColumnIdentifier>", // required
1723
+ * // },
1724
+ * // },
1725
+ * // ],
1726
+ * // },
1727
+ * // ColorLabelOptions: {
1728
+ * // Visibility: "HIDDEN" || "VISIBLE",
1729
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
1730
+ * // AxisLabelOptions: [
1731
+ * // {
1732
+ * // FontConfiguration: "<FontConfiguration>",
1733
+ * // CustomLabel: "STRING_VALUE",
1734
+ * // ApplyTo: {
1735
+ * // FieldId: "STRING_VALUE", // required
1736
+ * // Column: "<ColumnIdentifier>", // required
1737
+ * // },
1738
+ * // },
1739
+ * // ],
1740
+ * // },
1741
+ * // Legend: { // LegendOptions
1742
+ * // Visibility: "HIDDEN" || "VISIBLE",
1743
+ * // Title: "<LabelOptions>",
1744
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
1745
+ * // Width: "STRING_VALUE",
1746
+ * // Height: "STRING_VALUE",
1747
+ * // },
1748
+ * // DataLabels: { // DataLabelOptions
1749
+ * // Visibility: "HIDDEN" || "VISIBLE",
1750
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
1751
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
1752
+ * // DataLabelTypes: [ // DataLabelTypes
1753
+ * // { // DataLabelType
1754
+ * // FieldLabelType: { // FieldLabelType
1755
+ * // FieldId: "STRING_VALUE",
1756
+ * // Visibility: "HIDDEN" || "VISIBLE",
1757
+ * // },
1758
+ * // DataPathLabelType: { // DataPathLabelType
1759
+ * // FieldId: "STRING_VALUE",
1760
+ * // FieldValue: "STRING_VALUE",
1761
+ * // Visibility: "HIDDEN" || "VISIBLE",
1762
+ * // },
1763
+ * // RangeEndsLabelType: { // RangeEndsLabelType
1764
+ * // Visibility: "HIDDEN" || "VISIBLE",
1765
+ * // },
1766
+ * // MinimumLabelType: { // MinimumLabelType
1767
+ * // Visibility: "HIDDEN" || "VISIBLE",
1768
+ * // },
1769
+ * // MaximumLabelType: { // MaximumLabelType
1770
+ * // Visibility: "HIDDEN" || "VISIBLE",
1771
+ * // },
1772
+ * // },
1773
+ * // ],
1774
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
1775
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
1776
+ * // LabelFontConfiguration: "<FontConfiguration>",
1777
+ * // LabelColor: "STRING_VALUE",
1778
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1779
+ * // },
1780
+ * // Tooltip: { // TooltipOptions
1781
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
1782
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
1783
+ * // FieldBasedTooltip: { // FieldBasedTooltip
1784
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
1785
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1786
+ * // TooltipFields: [ // TooltipItemList
1787
+ * // { // TooltipItem
1788
+ * // FieldTooltipItem: { // FieldTooltipItem
1789
+ * // FieldId: "STRING_VALUE", // required
1790
+ * // Label: "STRING_VALUE",
1791
+ * // Visibility: "HIDDEN" || "VISIBLE",
1792
+ * // },
1793
+ * // ColumnTooltipItem: { // ColumnTooltipItem
1794
+ * // Column: "<ColumnIdentifier>", // required
1795
+ * // Label: "STRING_VALUE",
1796
+ * // Visibility: "HIDDEN" || "VISIBLE",
1797
+ * // Aggregation: "<AggregationFunction>",
1798
+ * // },
1799
+ * // },
1800
+ * // ],
1801
+ * // },
1802
+ * // },
1803
+ * // ReferenceLines: [ // ReferenceLineList
1804
+ * // { // ReferenceLine
1805
+ * // Status: "ENABLED" || "DISABLED",
1806
+ * // DataConfiguration: { // ReferenceLineDataConfiguration
1807
+ * // StaticConfiguration: { // ReferenceLineStaticDataConfiguration
1808
+ * // Value: Number("double"), // required
1809
+ * // },
1810
+ * // DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1811
+ * // Column: "<ColumnIdentifier>", // required
1812
+ * // MeasureAggregationFunction: "<AggregationFunction>", // required
1813
+ * // Calculation: "<NumericalAggregationFunction>", // required
1814
+ * // },
1815
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
1816
+ * // },
1817
+ * // StyleConfiguration: { // ReferenceLineStyleConfiguration
1818
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
1819
+ * // Color: "STRING_VALUE",
1820
+ * // },
1821
+ * // LabelConfiguration: { // ReferenceLineLabelConfiguration
1822
+ * // ValueLabelConfiguration: { // ReferenceLineValueLabelConfiguration
1823
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
1824
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
1825
+ * // },
1826
+ * // CustomLabelConfiguration: { // ReferenceLineCustomLabelConfiguration
1827
+ * // CustomLabel: "STRING_VALUE", // required
1828
+ * // },
1829
+ * // FontConfiguration: "<FontConfiguration>",
1830
+ * // FontColor: "STRING_VALUE",
1831
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
1832
+ * // VerticalPosition: "ABOVE" || "BELOW",
1833
+ * // },
1834
+ * // },
1835
+ * // ],
1836
+ * // ContributionAnalysisDefaults: [ // ContributionAnalysisDefaultList
1837
+ * // { // ContributionAnalysisDefault
1838
+ * // MeasureFieldId: "STRING_VALUE", // required
1839
+ * // ContributorDimensions: [ // ContributorDimensionList // required
1840
+ * // "<ColumnIdentifier>",
1841
+ * // ],
1842
+ * // },
1843
+ * // ],
1844
+ * // },
1845
+ * // Actions: [
1846
+ * // {
1847
+ * // CustomActionId: "STRING_VALUE", // required
1848
+ * // Name: "STRING_VALUE", // required
1849
+ * // Status: "ENABLED" || "DISABLED",
1850
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
1851
+ * // ActionOperations: [ // required
1852
+ * // {
1853
+ * // FilterOperation: {
1854
+ * // SelectedFieldsConfiguration: {
1855
+ * // SelectedFields: [
1856
+ * // "STRING_VALUE",
1857
+ * // ],
1858
+ * // SelectedFieldOptions: "ALL_FIELDS",
1859
+ * // },
1860
+ * // TargetVisualsConfiguration: {
1861
+ * // SameSheetTargetVisualConfiguration: {
1862
+ * // TargetVisuals: [
1863
+ * // "STRING_VALUE",
1864
+ * // ],
1865
+ * // TargetVisualOptions: "ALL_VISUALS",
1866
+ * // },
1867
+ * // },
1868
+ * // },
1869
+ * // NavigationOperation: {
1870
+ * // LocalNavigationConfiguration: {
1871
+ * // TargetSheetId: "STRING_VALUE", // required
1872
+ * // },
1873
+ * // },
1874
+ * // URLOperation: {
1875
+ * // URLTemplate: "STRING_VALUE", // required
1876
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
1877
+ * // },
1878
+ * // SetParametersOperation: {
1879
+ * // ParameterValueConfigurations: [ // required
1880
+ * // {
1881
+ * // DestinationParameterName: "STRING_VALUE", // required
1882
+ * // Value: {
1883
+ * // CustomValuesConfiguration: {
1884
+ * // IncludeNullValue: true || false,
1885
+ * // CustomValues: {
1886
+ * // StringValues: [
1887
+ * // "STRING_VALUE",
1888
+ * // ],
1889
+ * // IntegerValues: [
1890
+ * // Number("long"),
1891
+ * // ],
1892
+ * // DecimalValues: [
1893
+ * // Number("double"),
1894
+ * // ],
1895
+ * // DateTimeValues: [
1896
+ * // new Date("TIMESTAMP"),
1897
+ * // ],
1898
+ * // },
1899
+ * // },
1900
+ * // SelectAllValueOptions: "ALL_VALUES",
1901
+ * // SourceParameterName: "STRING_VALUE",
1902
+ * // SourceField: "STRING_VALUE",
1903
+ * // },
1904
+ * // },
1905
+ * // ],
1906
+ * // },
1907
+ * // },
1908
+ * // ],
1909
+ * // },
1910
+ * // ],
1911
+ * // ColumnHierarchies: [ // ColumnHierarchyList
1912
+ * // { // ColumnHierarchy
1913
+ * // ExplicitHierarchy: { // ExplicitHierarchy
1914
+ * // HierarchyId: "STRING_VALUE", // required
1915
+ * // Columns: [ // ExplicitHierarchyColumnList // required
1916
+ * // "<ColumnIdentifier>",
1917
+ * // ],
1918
+ * // DrillDownFilters: [ // DrillDownFilterList
1919
+ * // { // DrillDownFilter
1920
+ * // NumericEqualityFilter: { // NumericEqualityDrillDownFilter
1921
+ * // Column: "<ColumnIdentifier>", // required
1922
+ * // Value: Number("double"), // required
1923
+ * // },
1924
+ * // CategoryFilter: { // CategoryDrillDownFilter
1925
+ * // Column: "<ColumnIdentifier>", // required
1926
+ * // CategoryValues: [ // CategoryValueList // required
1927
+ * // "STRING_VALUE",
1928
+ * // ],
1929
+ * // },
1930
+ * // TimeRangeFilter: { // TimeRangeDrillDownFilter
1931
+ * // Column: "<ColumnIdentifier>", // required
1932
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
1933
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
1934
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
1935
+ * // },
1936
+ * // },
1937
+ * // ],
1938
+ * // },
1939
+ * // DateTimeHierarchy: { // DateTimeHierarchy
1940
+ * // HierarchyId: "STRING_VALUE", // required
1941
+ * // DrillDownFilters: [
1942
+ * // {
1943
+ * // NumericEqualityFilter: {
1944
+ * // Column: "<ColumnIdentifier>", // required
1945
+ * // Value: Number("double"), // required
1946
+ * // },
1947
+ * // CategoryFilter: {
1948
+ * // Column: "<ColumnIdentifier>", // required
1949
+ * // CategoryValues: [ // required
1950
+ * // "STRING_VALUE",
1951
+ * // ],
1952
+ * // },
1953
+ * // TimeRangeFilter: {
1954
+ * // Column: "<ColumnIdentifier>", // required
1955
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
1956
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
1957
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
1958
+ * // },
1959
+ * // },
1960
+ * // ],
1961
+ * // },
1962
+ * // PredefinedHierarchy: { // PredefinedHierarchy
1963
+ * // HierarchyId: "STRING_VALUE", // required
1964
+ * // Columns: [ // PredefinedHierarchyColumnList // required
1965
+ * // "<ColumnIdentifier>",
1966
+ * // ],
1967
+ * // DrillDownFilters: [
1968
+ * // {
1969
+ * // NumericEqualityFilter: {
1970
+ * // Column: "<ColumnIdentifier>", // required
1971
+ * // Value: Number("double"), // required
1972
+ * // },
1973
+ * // CategoryFilter: {
1974
+ * // Column: "<ColumnIdentifier>", // required
1975
+ * // CategoryValues: [ // required
1976
+ * // "STRING_VALUE",
1977
+ * // ],
1978
+ * // },
1979
+ * // TimeRangeFilter: {
1980
+ * // Column: "<ColumnIdentifier>", // required
1981
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
1982
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
1983
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
1984
+ * // },
1985
+ * // },
1986
+ * // ],
1987
+ * // },
1988
+ * // },
1989
+ * // ],
1990
+ * // },
1991
+ * // KPIVisual: { // KPIVisual
1992
+ * // VisualId: "STRING_VALUE", // required
1993
+ * // Title: {
1994
+ * // Visibility: "HIDDEN" || "VISIBLE",
1995
+ * // FormatText: {
1996
+ * // PlainText: "STRING_VALUE",
1997
+ * // RichText: "STRING_VALUE",
1998
+ * // },
1999
+ * // },
2000
+ * // Subtitle: {
2001
+ * // Visibility: "HIDDEN" || "VISIBLE",
2002
+ * // FormatText: {
2003
+ * // PlainText: "STRING_VALUE",
2004
+ * // RichText: "STRING_VALUE",
2005
+ * // },
2006
+ * // },
2007
+ * // ChartConfiguration: { // KPIConfiguration
2008
+ * // FieldWells: { // KPIFieldWells
2009
+ * // Values: [
2010
+ * // {
2011
+ * // NumericalMeasureField: {
2012
+ * // FieldId: "STRING_VALUE", // required
2013
+ * // Column: "<ColumnIdentifier>", // required
2014
+ * // AggregationFunction: "<NumericalAggregationFunction>",
2015
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
2016
+ * // },
2017
+ * // CategoricalMeasureField: {
2018
+ * // FieldId: "STRING_VALUE", // required
2019
+ * // Column: "<ColumnIdentifier>", // required
2020
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
2021
+ * // FormatConfiguration: "<StringFormatConfiguration>",
2022
+ * // },
2023
+ * // DateMeasureField: {
2024
+ * // FieldId: "STRING_VALUE", // required
2025
+ * // Column: "<ColumnIdentifier>", // required
2026
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
2027
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
2028
+ * // },
2029
+ * // CalculatedMeasureField: {
2030
+ * // FieldId: "STRING_VALUE", // required
2031
+ * // Expression: "STRING_VALUE", // required
2032
+ * // },
2033
+ * // },
2034
+ * // ],
2035
+ * // TargetValues: [
2036
+ * // {
2037
+ * // NumericalMeasureField: {
2038
+ * // FieldId: "STRING_VALUE", // required
2039
+ * // Column: "<ColumnIdentifier>", // required
2040
+ * // AggregationFunction: "<NumericalAggregationFunction>",
2041
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
2042
+ * // },
2043
+ * // CategoricalMeasureField: {
2044
+ * // FieldId: "STRING_VALUE", // required
2045
+ * // Column: "<ColumnIdentifier>", // required
2046
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
2047
+ * // FormatConfiguration: "<StringFormatConfiguration>",
2048
+ * // },
2049
+ * // DateMeasureField: {
2050
+ * // FieldId: "STRING_VALUE", // required
2051
+ * // Column: "<ColumnIdentifier>", // required
2052
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
2053
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
2054
+ * // },
2055
+ * // CalculatedMeasureField: {
2056
+ * // FieldId: "STRING_VALUE", // required
2057
+ * // Expression: "STRING_VALUE", // required
2058
+ * // },
2059
+ * // },
2060
+ * // ],
2061
+ * // TrendGroups: [
2062
+ * // "<DimensionField>",
2063
+ * // ],
2064
+ * // },
2065
+ * // SortConfiguration: { // KPISortConfiguration
2066
+ * // TrendGroupSort: [
2067
+ * // {
2068
+ * // FieldSort: "<FieldSort>",
2069
+ * // ColumnSort: "<ColumnSort>",
2070
+ * // },
2071
+ * // ],
2072
+ * // },
2073
+ * // KPIOptions: { // KPIOptions
2074
+ * // ProgressBar: { // ProgressBarOptions
2075
+ * // Visibility: "HIDDEN" || "VISIBLE",
2076
+ * // },
2077
+ * // TrendArrows: { // TrendArrowOptions
2078
+ * // Visibility: "HIDDEN" || "VISIBLE",
2079
+ * // },
2080
+ * // SecondaryValue: { // SecondaryValueOptions
2081
+ * // Visibility: "HIDDEN" || "VISIBLE",
2082
+ * // },
2083
+ * // Comparison: { // ComparisonConfiguration
2084
+ * // ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
2085
+ * // ComparisonFormat: { // ComparisonFormatConfiguration
2086
+ * // NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
2087
+ * // PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
2088
+ * // },
2089
+ * // },
2090
+ * // PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
2091
+ * // PrimaryValueFontConfiguration: "<FontConfiguration>",
2092
+ * // SecondaryValueFontConfiguration: "<FontConfiguration>",
2093
+ * // },
2094
+ * // },
2095
+ * // ConditionalFormatting: { // KPIConditionalFormatting
2096
+ * // ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
2097
+ * // { // KPIConditionalFormattingOption
2098
+ * // PrimaryValue: { // KPIPrimaryValueConditionalFormatting
2099
+ * // TextColor: "<ConditionalFormattingColor>",
2100
+ * // Icon: {
2101
+ * // IconSet: {
2102
+ * // Expression: "STRING_VALUE", // required
2103
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
2104
+ * // },
2105
+ * // CustomCondition: {
2106
+ * // Expression: "STRING_VALUE", // required
2107
+ * // IconOptions: {
2108
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
2109
+ * // UnicodeIcon: "STRING_VALUE",
2110
+ * // },
2111
+ * // Color: "STRING_VALUE",
2112
+ * // DisplayConfiguration: {
2113
+ * // IconDisplayOption: "ICON_ONLY",
2114
+ * // },
2115
+ * // },
2116
+ * // },
2117
+ * // },
2118
+ * // ProgressBar: { // KPIProgressBarConditionalFormatting
2119
+ * // ForegroundColor: "<ConditionalFormattingColor>",
2120
+ * // },
2121
+ * // },
2122
+ * // ],
2123
+ * // },
2124
+ * // Actions: [
2125
+ * // {
2126
+ * // CustomActionId: "STRING_VALUE", // required
2127
+ * // Name: "STRING_VALUE", // required
2128
+ * // Status: "ENABLED" || "DISABLED",
2129
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
2130
+ * // ActionOperations: [ // required
2131
+ * // {
2132
+ * // FilterOperation: {
2133
+ * // SelectedFieldsConfiguration: {
2134
+ * // SelectedFields: [
2135
+ * // "STRING_VALUE",
2136
+ * // ],
2137
+ * // SelectedFieldOptions: "ALL_FIELDS",
2138
+ * // },
2139
+ * // TargetVisualsConfiguration: {
2140
+ * // SameSheetTargetVisualConfiguration: {
2141
+ * // TargetVisuals: [
2142
+ * // "STRING_VALUE",
2143
+ * // ],
2144
+ * // TargetVisualOptions: "ALL_VISUALS",
2145
+ * // },
2146
+ * // },
2147
+ * // },
2148
+ * // NavigationOperation: {
2149
+ * // LocalNavigationConfiguration: {
2150
+ * // TargetSheetId: "STRING_VALUE", // required
2151
+ * // },
2152
+ * // },
2153
+ * // URLOperation: {
2154
+ * // URLTemplate: "STRING_VALUE", // required
2155
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
2156
+ * // },
2157
+ * // SetParametersOperation: {
2158
+ * // ParameterValueConfigurations: [ // required
2159
+ * // {
2160
+ * // DestinationParameterName: "STRING_VALUE", // required
2161
+ * // Value: {
2162
+ * // CustomValuesConfiguration: {
2163
+ * // IncludeNullValue: true || false,
2164
+ * // CustomValues: {
2165
+ * // StringValues: [
2166
+ * // "STRING_VALUE",
2167
+ * // ],
2168
+ * // IntegerValues: [
2169
+ * // Number("long"),
2170
+ * // ],
2171
+ * // DecimalValues: [
2172
+ * // Number("double"),
2173
+ * // ],
2174
+ * // DateTimeValues: [
2175
+ * // new Date("TIMESTAMP"),
2176
+ * // ],
2177
+ * // },
2178
+ * // },
2179
+ * // SelectAllValueOptions: "ALL_VALUES",
2180
+ * // SourceParameterName: "STRING_VALUE",
2181
+ * // SourceField: "STRING_VALUE",
2182
+ * // },
2183
+ * // },
2184
+ * // ],
2185
+ * // },
2186
+ * // },
2187
+ * // ],
2188
+ * // },
2189
+ * // ],
2190
+ * // ColumnHierarchies: [
2191
+ * // {
2192
+ * // ExplicitHierarchy: {
2193
+ * // HierarchyId: "STRING_VALUE", // required
2194
+ * // Columns: [ // required
2195
+ * // "<ColumnIdentifier>",
2196
+ * // ],
2197
+ * // DrillDownFilters: [
2198
+ * // {
2199
+ * // NumericEqualityFilter: {
2200
+ * // Column: "<ColumnIdentifier>", // required
2201
+ * // Value: Number("double"), // required
2202
+ * // },
2203
+ * // CategoryFilter: {
2204
+ * // Column: "<ColumnIdentifier>", // required
2205
+ * // CategoryValues: [ // required
2206
+ * // "STRING_VALUE",
2207
+ * // ],
2208
+ * // },
2209
+ * // TimeRangeFilter: {
2210
+ * // Column: "<ColumnIdentifier>", // required
2211
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
2212
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
2213
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
2214
+ * // },
2215
+ * // },
2216
+ * // ],
2217
+ * // },
2218
+ * // DateTimeHierarchy: {
2219
+ * // HierarchyId: "STRING_VALUE", // required
2220
+ * // DrillDownFilters: [
2221
+ * // {
2222
+ * // NumericEqualityFilter: {
2223
+ * // Column: "<ColumnIdentifier>", // required
2224
+ * // Value: Number("double"), // required
2225
+ * // },
2226
+ * // CategoryFilter: {
2227
+ * // Column: "<ColumnIdentifier>", // required
2228
+ * // CategoryValues: [ // required
2229
+ * // "STRING_VALUE",
2230
+ * // ],
2231
+ * // },
2232
+ * // TimeRangeFilter: {
2233
+ * // Column: "<ColumnIdentifier>", // required
2234
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
2235
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
2236
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
2237
+ * // },
2238
+ * // },
2239
+ * // ],
2240
+ * // },
2241
+ * // PredefinedHierarchy: {
2242
+ * // HierarchyId: "STRING_VALUE", // required
2243
+ * // Columns: [ // required
2244
+ * // "<ColumnIdentifier>",
2245
+ * // ],
2246
+ * // DrillDownFilters: "<DrillDownFilterList>",
2247
+ * // },
2248
+ * // },
2249
+ * // ],
2250
+ * // },
2251
+ * // PieChartVisual: { // PieChartVisual
2252
+ * // VisualId: "STRING_VALUE", // required
2253
+ * // Title: {
2254
+ * // Visibility: "HIDDEN" || "VISIBLE",
2255
+ * // FormatText: {
2256
+ * // PlainText: "STRING_VALUE",
2257
+ * // RichText: "STRING_VALUE",
2258
+ * // },
2259
+ * // },
2260
+ * // Subtitle: {
2261
+ * // Visibility: "HIDDEN" || "VISIBLE",
2262
+ * // FormatText: {
2263
+ * // PlainText: "STRING_VALUE",
2264
+ * // RichText: "STRING_VALUE",
2265
+ * // },
2266
+ * // },
2267
+ * // ChartConfiguration: { // PieChartConfiguration
2268
+ * // FieldWells: { // PieChartFieldWells
2269
+ * // PieChartAggregatedFieldWells: { // PieChartAggregatedFieldWells
2270
+ * // Category: [
2271
+ * // "<DimensionField>",
2272
+ * // ],
2273
+ * // Values: [
2274
+ * // "<MeasureField>",
2275
+ * // ],
2276
+ * // SmallMultiples: [
2277
+ * // "<DimensionField>",
2278
+ * // ],
2279
+ * // },
2280
+ * // },
2281
+ * // SortConfiguration: { // PieChartSortConfiguration
2282
+ * // CategorySort: [
2283
+ * // "<FieldSortOptions>",
2284
+ * // ],
2285
+ * // CategoryItemsLimit: {
2286
+ * // ItemsLimit: Number("long"),
2287
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
2288
+ * // },
2289
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
2290
+ * // SmallMultiplesLimitConfiguration: {
2291
+ * // ItemsLimit: Number("long"),
2292
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
2293
+ * // },
2294
+ * // },
2295
+ * // DonutOptions: { // DonutOptions
2296
+ * // ArcOptions: { // ArcOptions
2297
+ * // ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
2298
+ * // },
2299
+ * // DonutCenterOptions: { // DonutCenterOptions
2300
+ * // LabelVisibility: "HIDDEN" || "VISIBLE",
2301
+ * // },
2302
+ * // },
2303
+ * // SmallMultiplesOptions: {
2304
+ * // MaxVisibleRows: Number("long"),
2305
+ * // MaxVisibleColumns: Number("long"),
2306
+ * // PanelConfiguration: {
2307
+ * // Title: {
2308
+ * // Visibility: "HIDDEN" || "VISIBLE",
2309
+ * // FontConfiguration: "<FontConfiguration>",
2310
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
2311
+ * // },
2312
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
2313
+ * // BorderThickness: "STRING_VALUE",
2314
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
2315
+ * // BorderColor: "STRING_VALUE",
2316
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
2317
+ * // GutterSpacing: "STRING_VALUE",
2318
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
2319
+ * // BackgroundColor: "STRING_VALUE",
2320
+ * // },
2321
+ * // },
2322
+ * // CategoryLabelOptions: {
2323
+ * // Visibility: "HIDDEN" || "VISIBLE",
2324
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
2325
+ * // AxisLabelOptions: [
2326
+ * // {
2327
+ * // FontConfiguration: "<FontConfiguration>",
2328
+ * // CustomLabel: "STRING_VALUE",
2329
+ * // ApplyTo: {
2330
+ * // FieldId: "STRING_VALUE", // required
2331
+ * // Column: "<ColumnIdentifier>", // required
2332
+ * // },
2333
+ * // },
2334
+ * // ],
2335
+ * // },
2336
+ * // ValueLabelOptions: {
2337
+ * // Visibility: "HIDDEN" || "VISIBLE",
2338
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
2339
+ * // AxisLabelOptions: [
2340
+ * // {
2341
+ * // FontConfiguration: "<FontConfiguration>",
2342
+ * // CustomLabel: "STRING_VALUE",
2343
+ * // ApplyTo: {
2344
+ * // FieldId: "STRING_VALUE", // required
2345
+ * // Column: "<ColumnIdentifier>", // required
2346
+ * // },
2347
+ * // },
2348
+ * // ],
2349
+ * // },
2350
+ * // Legend: {
2351
+ * // Visibility: "HIDDEN" || "VISIBLE",
2352
+ * // Title: "<LabelOptions>",
2353
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
2354
+ * // Width: "STRING_VALUE",
2355
+ * // Height: "STRING_VALUE",
2356
+ * // },
2357
+ * // DataLabels: {
2358
+ * // Visibility: "HIDDEN" || "VISIBLE",
2359
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
2360
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
2361
+ * // DataLabelTypes: [
2362
+ * // {
2363
+ * // FieldLabelType: {
2364
+ * // FieldId: "STRING_VALUE",
2365
+ * // Visibility: "HIDDEN" || "VISIBLE",
2366
+ * // },
2367
+ * // DataPathLabelType: {
2368
+ * // FieldId: "STRING_VALUE",
2369
+ * // FieldValue: "STRING_VALUE",
2370
+ * // Visibility: "HIDDEN" || "VISIBLE",
2371
+ * // },
2372
+ * // RangeEndsLabelType: {
2373
+ * // Visibility: "HIDDEN" || "VISIBLE",
2374
+ * // },
2375
+ * // MinimumLabelType: {
2376
+ * // Visibility: "HIDDEN" || "VISIBLE",
2377
+ * // },
2378
+ * // MaximumLabelType: {
2379
+ * // Visibility: "HIDDEN" || "VISIBLE",
2380
+ * // },
2381
+ * // },
2382
+ * // ],
2383
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
2384
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
2385
+ * // LabelFontConfiguration: "<FontConfiguration>",
2386
+ * // LabelColor: "STRING_VALUE",
2387
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2388
+ * // },
2389
+ * // Tooltip: {
2390
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2391
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
2392
+ * // FieldBasedTooltip: {
2393
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2394
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2395
+ * // TooltipFields: [
2396
+ * // {
2397
+ * // FieldTooltipItem: {
2398
+ * // FieldId: "STRING_VALUE", // required
2399
+ * // Label: "STRING_VALUE",
2400
+ * // Visibility: "HIDDEN" || "VISIBLE",
2401
+ * // },
2402
+ * // ColumnTooltipItem: {
2403
+ * // Column: "<ColumnIdentifier>", // required
2404
+ * // Label: "STRING_VALUE",
2405
+ * // Visibility: "HIDDEN" || "VISIBLE",
2406
+ * // Aggregation: "<AggregationFunction>",
2407
+ * // },
2408
+ * // },
2409
+ * // ],
2410
+ * // },
2411
+ * // },
2412
+ * // VisualPalette: {
2413
+ * // ChartColor: "STRING_VALUE",
2414
+ * // ColorMap: [
2415
+ * // {
2416
+ * // Element: "<DataPathValue>", // required
2417
+ * // Color: "STRING_VALUE", // required
2418
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
2419
+ * // },
2420
+ * // ],
2421
+ * // },
2422
+ * // ContributionAnalysisDefaults: [
2423
+ * // {
2424
+ * // MeasureFieldId: "STRING_VALUE", // required
2425
+ * // ContributorDimensions: [ // required
2426
+ * // "<ColumnIdentifier>",
2427
+ * // ],
2428
+ * // },
2429
+ * // ],
2430
+ * // },
2431
+ * // Actions: [
2432
+ * // {
2433
+ * // CustomActionId: "STRING_VALUE", // required
2434
+ * // Name: "STRING_VALUE", // required
2435
+ * // Status: "ENABLED" || "DISABLED",
2436
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
2437
+ * // ActionOperations: [ // required
2438
+ * // {
2439
+ * // FilterOperation: {
2440
+ * // SelectedFieldsConfiguration: {
2441
+ * // SelectedFields: [
2442
+ * // "STRING_VALUE",
2443
+ * // ],
2444
+ * // SelectedFieldOptions: "ALL_FIELDS",
2445
+ * // },
2446
+ * // TargetVisualsConfiguration: {
2447
+ * // SameSheetTargetVisualConfiguration: {
2448
+ * // TargetVisuals: [
2449
+ * // "STRING_VALUE",
2450
+ * // ],
2451
+ * // TargetVisualOptions: "ALL_VISUALS",
2452
+ * // },
2453
+ * // },
2454
+ * // },
2455
+ * // NavigationOperation: {
2456
+ * // LocalNavigationConfiguration: {
2457
+ * // TargetSheetId: "STRING_VALUE", // required
2458
+ * // },
2459
+ * // },
2460
+ * // URLOperation: {
2461
+ * // URLTemplate: "STRING_VALUE", // required
2462
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
2463
+ * // },
2464
+ * // SetParametersOperation: {
2465
+ * // ParameterValueConfigurations: [ // required
2466
+ * // {
2467
+ * // DestinationParameterName: "STRING_VALUE", // required
2468
+ * // Value: {
2469
+ * // CustomValuesConfiguration: {
2470
+ * // IncludeNullValue: true || false,
2471
+ * // CustomValues: {
2472
+ * // StringValues: [
2473
+ * // "STRING_VALUE",
2474
+ * // ],
2475
+ * // IntegerValues: [
2476
+ * // Number("long"),
2477
+ * // ],
2478
+ * // DecimalValues: [
2479
+ * // Number("double"),
2480
+ * // ],
2481
+ * // DateTimeValues: [
2482
+ * // new Date("TIMESTAMP"),
2483
+ * // ],
2484
+ * // },
2485
+ * // },
2486
+ * // SelectAllValueOptions: "ALL_VALUES",
2487
+ * // SourceParameterName: "STRING_VALUE",
2488
+ * // SourceField: "STRING_VALUE",
2489
+ * // },
2490
+ * // },
2491
+ * // ],
2492
+ * // },
2493
+ * // },
2494
+ * // ],
2495
+ * // },
2496
+ * // ],
2497
+ * // ColumnHierarchies: [
2498
+ * // {
2499
+ * // ExplicitHierarchy: {
2500
+ * // HierarchyId: "STRING_VALUE", // required
2501
+ * // Columns: [ // required
2502
+ * // "<ColumnIdentifier>",
2503
+ * // ],
2504
+ * // DrillDownFilters: "<DrillDownFilterList>",
2505
+ * // },
2506
+ * // DateTimeHierarchy: {
2507
+ * // HierarchyId: "STRING_VALUE", // required
2508
+ * // DrillDownFilters: "<DrillDownFilterList>",
2509
+ * // },
2510
+ * // PredefinedHierarchy: {
2511
+ * // HierarchyId: "STRING_VALUE", // required
2512
+ * // Columns: [ // required
2513
+ * // "<ColumnIdentifier>",
2514
+ * // ],
2515
+ * // DrillDownFilters: "<DrillDownFilterList>",
2516
+ * // },
2517
+ * // },
2518
+ * // ],
2519
+ * // },
2520
+ * // GaugeChartVisual: { // GaugeChartVisual
2521
+ * // VisualId: "STRING_VALUE", // required
2522
+ * // Title: "<VisualTitleLabelOptions>",
2523
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
2524
+ * // ChartConfiguration: { // GaugeChartConfiguration
2525
+ * // FieldWells: { // GaugeChartFieldWells
2526
+ * // Values: "<MeasureFieldList>",
2527
+ * // TargetValues: "<MeasureFieldList>",
2528
+ * // },
2529
+ * // GaugeChartOptions: { // GaugeChartOptions
2530
+ * // PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
2531
+ * // Comparison: {
2532
+ * // ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
2533
+ * // ComparisonFormat: {
2534
+ * // NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
2535
+ * // PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
2536
+ * // },
2537
+ * // },
2538
+ * // ArcAxis: { // ArcAxisConfiguration
2539
+ * // Range: { // ArcAxisDisplayRange
2540
+ * // Min: Number("double"),
2541
+ * // Max: Number("double"),
2542
+ * // },
2543
+ * // ReserveRange: Number("int"),
2544
+ * // },
2545
+ * // Arc: { // ArcConfiguration
2546
+ * // ArcAngle: Number("double"),
2547
+ * // ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
2548
+ * // },
2549
+ * // PrimaryValueFontConfiguration: "<FontConfiguration>",
2550
+ * // },
2551
+ * // DataLabels: {
2552
+ * // Visibility: "HIDDEN" || "VISIBLE",
2553
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
2554
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
2555
+ * // DataLabelTypes: [
2556
+ * // {
2557
+ * // FieldLabelType: {
2558
+ * // FieldId: "STRING_VALUE",
2559
+ * // Visibility: "HIDDEN" || "VISIBLE",
2560
+ * // },
2561
+ * // DataPathLabelType: {
2562
+ * // FieldId: "STRING_VALUE",
2563
+ * // FieldValue: "STRING_VALUE",
2564
+ * // Visibility: "HIDDEN" || "VISIBLE",
2565
+ * // },
2566
+ * // RangeEndsLabelType: {
2567
+ * // Visibility: "HIDDEN" || "VISIBLE",
2568
+ * // },
2569
+ * // MinimumLabelType: {
2570
+ * // Visibility: "HIDDEN" || "VISIBLE",
2571
+ * // },
2572
+ * // MaximumLabelType: {
2573
+ * // Visibility: "HIDDEN" || "VISIBLE",
2574
+ * // },
2575
+ * // },
2576
+ * // ],
2577
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
2578
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
2579
+ * // LabelFontConfiguration: "<FontConfiguration>",
2580
+ * // LabelColor: "STRING_VALUE",
2581
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2582
+ * // },
2583
+ * // TooltipOptions: {
2584
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2585
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
2586
+ * // FieldBasedTooltip: {
2587
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2588
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2589
+ * // TooltipFields: [
2590
+ * // {
2591
+ * // FieldTooltipItem: {
2592
+ * // FieldId: "STRING_VALUE", // required
2593
+ * // Label: "STRING_VALUE",
2594
+ * // Visibility: "HIDDEN" || "VISIBLE",
2595
+ * // },
2596
+ * // ColumnTooltipItem: {
2597
+ * // Column: "<ColumnIdentifier>", // required
2598
+ * // Label: "STRING_VALUE",
2599
+ * // Visibility: "HIDDEN" || "VISIBLE",
2600
+ * // Aggregation: "<AggregationFunction>",
2601
+ * // },
2602
+ * // },
2603
+ * // ],
2604
+ * // },
2605
+ * // },
2606
+ * // VisualPalette: {
2607
+ * // ChartColor: "STRING_VALUE",
2608
+ * // ColorMap: [
2609
+ * // {
2610
+ * // Element: "<DataPathValue>", // required
2611
+ * // Color: "STRING_VALUE", // required
2612
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
2613
+ * // },
2614
+ * // ],
2615
+ * // },
2616
+ * // },
2617
+ * // ConditionalFormatting: { // GaugeChartConditionalFormatting
2618
+ * // ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
2619
+ * // { // GaugeChartConditionalFormattingOption
2620
+ * // PrimaryValue: { // GaugeChartPrimaryValueConditionalFormatting
2621
+ * // TextColor: "<ConditionalFormattingColor>",
2622
+ * // Icon: {
2623
+ * // IconSet: {
2624
+ * // Expression: "STRING_VALUE", // required
2625
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
2626
+ * // },
2627
+ * // CustomCondition: {
2628
+ * // Expression: "STRING_VALUE", // required
2629
+ * // IconOptions: {
2630
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
2631
+ * // UnicodeIcon: "STRING_VALUE",
2632
+ * // },
2633
+ * // Color: "STRING_VALUE",
2634
+ * // DisplayConfiguration: {
2635
+ * // IconDisplayOption: "ICON_ONLY",
2636
+ * // },
2637
+ * // },
2638
+ * // },
2639
+ * // },
2640
+ * // Arc: { // GaugeChartArcConditionalFormatting
2641
+ * // ForegroundColor: "<ConditionalFormattingColor>",
2642
+ * // },
2643
+ * // },
2644
+ * // ],
2645
+ * // },
2646
+ * // Actions: "<VisualCustomActionList>",
2647
+ * // },
2648
+ * // LineChartVisual: { // LineChartVisual
2649
+ * // VisualId: "STRING_VALUE", // required
2650
+ * // Title: "<VisualTitleLabelOptions>",
2651
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
2652
+ * // ChartConfiguration: { // LineChartConfiguration
2653
+ * // FieldWells: { // LineChartFieldWells
2654
+ * // LineChartAggregatedFieldWells: { // LineChartAggregatedFieldWells
2655
+ * // Category: "<DimensionFieldList>",
2656
+ * // Values: "<MeasureFieldList>",
2657
+ * // Colors: "<DimensionFieldList>",
2658
+ * // SmallMultiples: [
2659
+ * // "<DimensionField>",
2660
+ * // ],
2661
+ * // },
2662
+ * // },
2663
+ * // SortConfiguration: { // LineChartSortConfiguration
2664
+ * // CategorySort: "<FieldSortOptionsList>",
2665
+ * // CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
2666
+ * // ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
2667
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
2668
+ * // SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
2669
+ * // },
2670
+ * // ForecastConfigurations: [ // ForecastConfigurationList
2671
+ * // { // ForecastConfiguration
2672
+ * // ForecastProperties: { // TimeBasedForecastProperties
2673
+ * // PeriodsForward: Number("int"),
2674
+ * // PeriodsBackward: Number("int"),
2675
+ * // UpperBoundary: Number("double"),
2676
+ * // LowerBoundary: Number("double"),
2677
+ * // PredictionInterval: Number("int"),
2678
+ * // Seasonality: Number("int"),
2679
+ * // },
2680
+ * // Scenario: { // ForecastScenario
2681
+ * // WhatIfPointScenario: { // WhatIfPointScenario
2682
+ * // Date: new Date("TIMESTAMP"), // required
2683
+ * // Value: Number("double"), // required
2684
+ * // },
2685
+ * // WhatIfRangeScenario: { // WhatIfRangeScenario
2686
+ * // StartDate: new Date("TIMESTAMP"), // required
2687
+ * // EndDate: new Date("TIMESTAMP"), // required
2688
+ * // Value: Number("double"), // required
2689
+ * // },
2690
+ * // },
2691
+ * // },
2692
+ * // ],
2693
+ * // Type: "LINE" || "AREA" || "STACKED_AREA",
2694
+ * // SmallMultiplesOptions: {
2695
+ * // MaxVisibleRows: Number("long"),
2696
+ * // MaxVisibleColumns: Number("long"),
2697
+ * // PanelConfiguration: {
2698
+ * // Title: {
2699
+ * // Visibility: "HIDDEN" || "VISIBLE",
2700
+ * // FontConfiguration: "<FontConfiguration>",
2701
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
2702
+ * // },
2703
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
2704
+ * // BorderThickness: "STRING_VALUE",
2705
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
2706
+ * // BorderColor: "STRING_VALUE",
2707
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
2708
+ * // GutterSpacing: "STRING_VALUE",
2709
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
2710
+ * // BackgroundColor: "STRING_VALUE",
2711
+ * // },
2712
+ * // },
2713
+ * // XAxisDisplayOptions: {
2714
+ * // TickLabelOptions: {
2715
+ * // LabelOptions: "<LabelOptions>",
2716
+ * // RotationAngle: Number("double"),
2717
+ * // },
2718
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
2719
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
2720
+ * // DataOptions: {
2721
+ * // NumericAxisOptions: {
2722
+ * // Scale: {
2723
+ * // Linear: {
2724
+ * // StepCount: Number("int"),
2725
+ * // StepSize: Number("double"),
2726
+ * // },
2727
+ * // Logarithmic: {
2728
+ * // Base: Number("double"),
2729
+ * // },
2730
+ * // },
2731
+ * // Range: {
2732
+ * // MinMax: {
2733
+ * // Minimum: Number("double"),
2734
+ * // Maximum: Number("double"),
2735
+ * // },
2736
+ * // DataDriven: {},
2737
+ * // },
2738
+ * // },
2739
+ * // DateAxisOptions: {
2740
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
2741
+ * // },
2742
+ * // },
2743
+ * // ScrollbarOptions: {
2744
+ * // Visibility: "HIDDEN" || "VISIBLE",
2745
+ * // VisibleRange: {
2746
+ * // PercentRange: {
2747
+ * // From: Number("double"),
2748
+ * // To: Number("double"),
2749
+ * // },
2750
+ * // },
2751
+ * // },
2752
+ * // AxisOffset: "STRING_VALUE",
2753
+ * // },
2754
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
2755
+ * // PrimaryYAxisDisplayOptions: { // LineSeriesAxisDisplayOptions
2756
+ * // AxisOptions: {
2757
+ * // TickLabelOptions: {
2758
+ * // LabelOptions: "<LabelOptions>",
2759
+ * // RotationAngle: Number("double"),
2760
+ * // },
2761
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
2762
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
2763
+ * // DataOptions: {
2764
+ * // NumericAxisOptions: {
2765
+ * // Scale: {
2766
+ * // Linear: {
2767
+ * // StepCount: Number("int"),
2768
+ * // StepSize: Number("double"),
2769
+ * // },
2770
+ * // Logarithmic: {
2771
+ * // Base: Number("double"),
2772
+ * // },
2773
+ * // },
2774
+ * // Range: {
2775
+ * // MinMax: {
2776
+ * // Minimum: Number("double"),
2777
+ * // Maximum: Number("double"),
2778
+ * // },
2779
+ * // DataDriven: {},
2780
+ * // },
2781
+ * // },
2782
+ * // DateAxisOptions: {
2783
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
2784
+ * // },
2785
+ * // },
2786
+ * // ScrollbarOptions: {
2787
+ * // Visibility: "HIDDEN" || "VISIBLE",
2788
+ * // VisibleRange: {
2789
+ * // PercentRange: {
2790
+ * // From: Number("double"),
2791
+ * // To: Number("double"),
2792
+ * // },
2793
+ * // },
2794
+ * // },
2795
+ * // AxisOffset: "STRING_VALUE",
2796
+ * // },
2797
+ * // MissingDataConfigurations: [ // MissingDataConfigurationList
2798
+ * // { // MissingDataConfiguration
2799
+ * // TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
2800
+ * // },
2801
+ * // ],
2802
+ * // },
2803
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
2804
+ * // SecondaryYAxisDisplayOptions: {
2805
+ * // AxisOptions: {
2806
+ * // TickLabelOptions: {
2807
+ * // LabelOptions: "<LabelOptions>",
2808
+ * // RotationAngle: Number("double"),
2809
+ * // },
2810
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
2811
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
2812
+ * // DataOptions: {
2813
+ * // NumericAxisOptions: {
2814
+ * // Scale: {
2815
+ * // Linear: {
2816
+ * // StepCount: Number("int"),
2817
+ * // StepSize: Number("double"),
2818
+ * // },
2819
+ * // Logarithmic: {
2820
+ * // Base: Number("double"),
2821
+ * // },
2822
+ * // },
2823
+ * // Range: {
2824
+ * // MinMax: {
2825
+ * // Minimum: Number("double"),
2826
+ * // Maximum: Number("double"),
2827
+ * // },
2828
+ * // DataDriven: {},
2829
+ * // },
2830
+ * // },
2831
+ * // DateAxisOptions: {
2832
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
2833
+ * // },
2834
+ * // },
2835
+ * // ScrollbarOptions: {
2836
+ * // Visibility: "HIDDEN" || "VISIBLE",
2837
+ * // VisibleRange: {
2838
+ * // PercentRange: {
2839
+ * // From: Number("double"),
2840
+ * // To: Number("double"),
2841
+ * // },
2842
+ * // },
2843
+ * // },
2844
+ * // AxisOffset: "STRING_VALUE",
2845
+ * // },
2846
+ * // MissingDataConfigurations: [
2847
+ * // {
2848
+ * // TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
2849
+ * // },
2850
+ * // ],
2851
+ * // },
2852
+ * // SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
2853
+ * // DefaultSeriesSettings: { // LineChartDefaultSeriesSettings
2854
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
2855
+ * // LineStyleSettings: { // LineChartLineStyleSettings
2856
+ * // LineVisibility: "HIDDEN" || "VISIBLE",
2857
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
2858
+ * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
2859
+ * // LineWidth: "STRING_VALUE",
2860
+ * // },
2861
+ * // MarkerStyleSettings: { // LineChartMarkerStyleSettings
2862
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
2863
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
2864
+ * // MarkerSize: "STRING_VALUE",
2865
+ * // MarkerColor: "STRING_VALUE",
2866
+ * // },
2867
+ * // },
2868
+ * // Series: [ // SeriesItemList
2869
+ * // { // SeriesItem
2870
+ * // FieldSeriesItem: { // FieldSeriesItem
2871
+ * // FieldId: "STRING_VALUE", // required
2872
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
2873
+ * // Settings: { // LineChartSeriesSettings
2874
+ * // LineStyleSettings: {
2875
+ * // LineVisibility: "HIDDEN" || "VISIBLE",
2876
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
2877
+ * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
2878
+ * // LineWidth: "STRING_VALUE",
2879
+ * // },
2880
+ * // MarkerStyleSettings: {
2881
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
2882
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
2883
+ * // MarkerSize: "STRING_VALUE",
2884
+ * // MarkerColor: "STRING_VALUE",
2885
+ * // },
2886
+ * // },
2887
+ * // },
2888
+ * // DataFieldSeriesItem: { // DataFieldSeriesItem
2889
+ * // FieldId: "STRING_VALUE", // required
2890
+ * // FieldValue: "STRING_VALUE",
2891
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
2892
+ * // Settings: {
2893
+ * // LineStyleSettings: {
2894
+ * // LineVisibility: "HIDDEN" || "VISIBLE",
2895
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
2896
+ * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
2897
+ * // LineWidth: "STRING_VALUE",
2898
+ * // },
2899
+ * // MarkerStyleSettings: {
2900
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
2901
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
2902
+ * // MarkerSize: "STRING_VALUE",
2903
+ * // MarkerColor: "STRING_VALUE",
2904
+ * // },
2905
+ * // },
2906
+ * // },
2907
+ * // },
2908
+ * // ],
2909
+ * // Legend: {
2910
+ * // Visibility: "HIDDEN" || "VISIBLE",
2911
+ * // Title: "<LabelOptions>",
2912
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
2913
+ * // Width: "STRING_VALUE",
2914
+ * // Height: "STRING_VALUE",
2915
+ * // },
2916
+ * // DataLabels: {
2917
+ * // Visibility: "HIDDEN" || "VISIBLE",
2918
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
2919
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
2920
+ * // DataLabelTypes: [
2921
+ * // {
2922
+ * // FieldLabelType: {
2923
+ * // FieldId: "STRING_VALUE",
2924
+ * // Visibility: "HIDDEN" || "VISIBLE",
2925
+ * // },
2926
+ * // DataPathLabelType: {
2927
+ * // FieldId: "STRING_VALUE",
2928
+ * // FieldValue: "STRING_VALUE",
2929
+ * // Visibility: "HIDDEN" || "VISIBLE",
2930
+ * // },
2931
+ * // RangeEndsLabelType: {
2932
+ * // Visibility: "HIDDEN" || "VISIBLE",
2933
+ * // },
2934
+ * // MinimumLabelType: {
2935
+ * // Visibility: "HIDDEN" || "VISIBLE",
2936
+ * // },
2937
+ * // MaximumLabelType: {
2938
+ * // Visibility: "HIDDEN" || "VISIBLE",
2939
+ * // },
2940
+ * // },
2941
+ * // ],
2942
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
2943
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
2944
+ * // LabelFontConfiguration: "<FontConfiguration>",
2945
+ * // LabelColor: "STRING_VALUE",
2946
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2947
+ * // },
2948
+ * // ReferenceLines: [
2949
+ * // {
2950
+ * // Status: "ENABLED" || "DISABLED",
2951
+ * // DataConfiguration: {
2952
+ * // StaticConfiguration: {
2953
+ * // Value: Number("double"), // required
2954
+ * // },
2955
+ * // DynamicConfiguration: {
2956
+ * // Column: "<ColumnIdentifier>", // required
2957
+ * // MeasureAggregationFunction: "<AggregationFunction>", // required
2958
+ * // Calculation: "<NumericalAggregationFunction>", // required
2959
+ * // },
2960
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
2961
+ * // },
2962
+ * // StyleConfiguration: {
2963
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
2964
+ * // Color: "STRING_VALUE",
2965
+ * // },
2966
+ * // LabelConfiguration: {
2967
+ * // ValueLabelConfiguration: {
2968
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
2969
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
2970
+ * // },
2971
+ * // CustomLabelConfiguration: {
2972
+ * // CustomLabel: "STRING_VALUE", // required
2973
+ * // },
2974
+ * // FontConfiguration: "<FontConfiguration>",
2975
+ * // FontColor: "STRING_VALUE",
2976
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
2977
+ * // VerticalPosition: "ABOVE" || "BELOW",
2978
+ * // },
2979
+ * // },
2980
+ * // ],
2981
+ * // Tooltip: {
2982
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2983
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
2984
+ * // FieldBasedTooltip: {
2985
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2986
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2987
+ * // TooltipFields: [
2988
+ * // {
2989
+ * // FieldTooltipItem: {
2990
+ * // FieldId: "STRING_VALUE", // required
2991
+ * // Label: "STRING_VALUE",
2992
+ * // Visibility: "HIDDEN" || "VISIBLE",
2993
+ * // },
2994
+ * // ColumnTooltipItem: {
2995
+ * // Column: "<ColumnIdentifier>", // required
2996
+ * // Label: "STRING_VALUE",
2997
+ * // Visibility: "HIDDEN" || "VISIBLE",
2998
+ * // Aggregation: "<AggregationFunction>",
2999
+ * // },
3000
+ * // },
3001
+ * // ],
3002
+ * // },
3003
+ * // },
3004
+ * // ContributionAnalysisDefaults: [
3005
+ * // {
3006
+ * // MeasureFieldId: "STRING_VALUE", // required
3007
+ * // ContributorDimensions: [ // required
3008
+ * // "<ColumnIdentifier>",
3009
+ * // ],
3010
+ * // },
3011
+ * // ],
3012
+ * // VisualPalette: {
3013
+ * // ChartColor: "STRING_VALUE",
3014
+ * // ColorMap: [
3015
+ * // {
3016
+ * // Element: "<DataPathValue>", // required
3017
+ * // Color: "STRING_VALUE", // required
3018
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3019
+ * // },
3020
+ * // ],
3021
+ * // },
3022
+ * // },
3023
+ * // Actions: "<VisualCustomActionList>",
3024
+ * // ColumnHierarchies: [
3025
+ * // {
3026
+ * // ExplicitHierarchy: {
3027
+ * // HierarchyId: "STRING_VALUE", // required
3028
+ * // Columns: [ // required
3029
+ * // "<ColumnIdentifier>",
3030
+ * // ],
3031
+ * // DrillDownFilters: "<DrillDownFilterList>",
3032
+ * // },
3033
+ * // DateTimeHierarchy: {
3034
+ * // HierarchyId: "STRING_VALUE", // required
3035
+ * // DrillDownFilters: "<DrillDownFilterList>",
3036
+ * // },
3037
+ * // PredefinedHierarchy: {
3038
+ * // HierarchyId: "STRING_VALUE", // required
3039
+ * // Columns: [ // required
3040
+ * // "<ColumnIdentifier>",
3041
+ * // ],
3042
+ * // DrillDownFilters: "<DrillDownFilterList>",
3043
+ * // },
3044
+ * // },
3045
+ * // ],
3046
+ * // },
3047
+ * // HeatMapVisual: { // HeatMapVisual
3048
+ * // VisualId: "STRING_VALUE", // required
3049
+ * // Title: "<VisualTitleLabelOptions>",
3050
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3051
+ * // ChartConfiguration: { // HeatMapConfiguration
3052
+ * // FieldWells: { // HeatMapFieldWells
3053
+ * // HeatMapAggregatedFieldWells: { // HeatMapAggregatedFieldWells
3054
+ * // Rows: [ // HeatMapDimensionFieldList
3055
+ * // "<DimensionField>",
3056
+ * // ],
3057
+ * // Columns: [
3058
+ * // "<DimensionField>",
3059
+ * // ],
3060
+ * // Values: [ // HeatMapMeasureFieldList
3061
+ * // "<MeasureField>",
3062
+ * // ],
3063
+ * // },
3064
+ * // },
3065
+ * // SortConfiguration: { // HeatMapSortConfiguration
3066
+ * // HeatMapRowSort: "<FieldSortOptionsList>",
3067
+ * // HeatMapColumnSort: "<FieldSortOptionsList>",
3068
+ * // HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
3069
+ * // HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
3070
+ * // },
3071
+ * // RowLabelOptions: "<ChartAxisLabelOptions>",
3072
+ * // ColumnLabelOptions: "<ChartAxisLabelOptions>",
3073
+ * // ColorScale: { // ColorScale
3074
+ * // Colors: [ // ColorScaleColorList // required
3075
+ * // { // DataColor
3076
+ * // Color: "STRING_VALUE",
3077
+ * // DataValue: Number("double"),
3078
+ * // },
3079
+ * // ],
3080
+ * // ColorFillType: "DISCRETE" || "GRADIENT", // required
3081
+ * // NullValueColor: {
3082
+ * // Color: "STRING_VALUE",
3083
+ * // DataValue: Number("double"),
3084
+ * // },
3085
+ * // },
3086
+ * // Legend: {
3087
+ * // Visibility: "HIDDEN" || "VISIBLE",
3088
+ * // Title: "<LabelOptions>",
3089
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3090
+ * // Width: "STRING_VALUE",
3091
+ * // Height: "STRING_VALUE",
3092
+ * // },
3093
+ * // DataLabels: {
3094
+ * // Visibility: "HIDDEN" || "VISIBLE",
3095
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
3096
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
3097
+ * // DataLabelTypes: [
3098
+ * // {
3099
+ * // FieldLabelType: {
3100
+ * // FieldId: "STRING_VALUE",
3101
+ * // Visibility: "HIDDEN" || "VISIBLE",
3102
+ * // },
3103
+ * // DataPathLabelType: {
3104
+ * // FieldId: "STRING_VALUE",
3105
+ * // FieldValue: "STRING_VALUE",
3106
+ * // Visibility: "HIDDEN" || "VISIBLE",
3107
+ * // },
3108
+ * // RangeEndsLabelType: {
3109
+ * // Visibility: "HIDDEN" || "VISIBLE",
3110
+ * // },
3111
+ * // MinimumLabelType: {
3112
+ * // Visibility: "HIDDEN" || "VISIBLE",
3113
+ * // },
3114
+ * // MaximumLabelType: {
3115
+ * // Visibility: "HIDDEN" || "VISIBLE",
3116
+ * // },
3117
+ * // },
3118
+ * // ],
3119
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
3120
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
3121
+ * // LabelFontConfiguration: "<FontConfiguration>",
3122
+ * // LabelColor: "STRING_VALUE",
3123
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3124
+ * // },
3125
+ * // Tooltip: {
3126
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
3127
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
3128
+ * // FieldBasedTooltip: {
3129
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
3130
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3131
+ * // TooltipFields: [
3132
+ * // {
3133
+ * // FieldTooltipItem: {
3134
+ * // FieldId: "STRING_VALUE", // required
3135
+ * // Label: "STRING_VALUE",
3136
+ * // Visibility: "HIDDEN" || "VISIBLE",
3137
+ * // },
3138
+ * // ColumnTooltipItem: {
3139
+ * // Column: "<ColumnIdentifier>", // required
3140
+ * // Label: "STRING_VALUE",
3141
+ * // Visibility: "HIDDEN" || "VISIBLE",
3142
+ * // Aggregation: "<AggregationFunction>",
3143
+ * // },
3144
+ * // },
3145
+ * // ],
3146
+ * // },
3147
+ * // },
3148
+ * // },
3149
+ * // ColumnHierarchies: [
3150
+ * // {
3151
+ * // ExplicitHierarchy: {
3152
+ * // HierarchyId: "STRING_VALUE", // required
3153
+ * // Columns: [ // required
3154
+ * // "<ColumnIdentifier>",
3155
+ * // ],
3156
+ * // DrillDownFilters: "<DrillDownFilterList>",
3157
+ * // },
3158
+ * // DateTimeHierarchy: {
3159
+ * // HierarchyId: "STRING_VALUE", // required
3160
+ * // DrillDownFilters: "<DrillDownFilterList>",
3161
+ * // },
3162
+ * // PredefinedHierarchy: {
3163
+ * // HierarchyId: "STRING_VALUE", // required
3164
+ * // Columns: [ // required
3165
+ * // "<ColumnIdentifier>",
3166
+ * // ],
3167
+ * // DrillDownFilters: "<DrillDownFilterList>",
3168
+ * // },
3169
+ * // },
3170
+ * // ],
3171
+ * // Actions: "<VisualCustomActionList>",
3172
+ * // },
3173
+ * // TreeMapVisual: { // TreeMapVisual
3174
+ * // VisualId: "STRING_VALUE", // required
3175
+ * // Title: "<VisualTitleLabelOptions>",
3176
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3177
+ * // ChartConfiguration: { // TreeMapConfiguration
3178
+ * // FieldWells: { // TreeMapFieldWells
3179
+ * // TreeMapAggregatedFieldWells: { // TreeMapAggregatedFieldWells
3180
+ * // Groups: [ // TreeMapDimensionFieldList
3181
+ * // "<DimensionField>",
3182
+ * // ],
3183
+ * // Sizes: [ // TreeMapMeasureFieldList
3184
+ * // "<MeasureField>",
3185
+ * // ],
3186
+ * // Colors: [
3187
+ * // "<MeasureField>",
3188
+ * // ],
3189
+ * // },
3190
+ * // },
3191
+ * // SortConfiguration: { // TreeMapSortConfiguration
3192
+ * // TreeMapSort: "<FieldSortOptionsList>",
3193
+ * // TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
3194
+ * // },
3195
+ * // GroupLabelOptions: "<ChartAxisLabelOptions>",
3196
+ * // SizeLabelOptions: "<ChartAxisLabelOptions>",
3197
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
3198
+ * // ColorScale: {
3199
+ * // Colors: [ // required
3200
+ * // {
3201
+ * // Color: "STRING_VALUE",
3202
+ * // DataValue: Number("double"),
3203
+ * // },
3204
+ * // ],
3205
+ * // ColorFillType: "DISCRETE" || "GRADIENT", // required
3206
+ * // NullValueColor: {
3207
+ * // Color: "STRING_VALUE",
3208
+ * // DataValue: Number("double"),
3209
+ * // },
3210
+ * // },
3211
+ * // Legend: {
3212
+ * // Visibility: "HIDDEN" || "VISIBLE",
3213
+ * // Title: "<LabelOptions>",
3214
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3215
+ * // Width: "STRING_VALUE",
3216
+ * // Height: "STRING_VALUE",
3217
+ * // },
3218
+ * // DataLabels: "<DataLabelOptions>",
3219
+ * // Tooltip: "<TooltipOptions>",
3220
+ * // },
3221
+ * // Actions: "<VisualCustomActionList>",
3222
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3223
+ * // },
3224
+ * // GeospatialMapVisual: { // GeospatialMapVisual
3225
+ * // VisualId: "STRING_VALUE", // required
3226
+ * // Title: "<VisualTitleLabelOptions>",
3227
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3228
+ * // ChartConfiguration: { // GeospatialMapConfiguration
3229
+ * // FieldWells: { // GeospatialMapFieldWells
3230
+ * // GeospatialMapAggregatedFieldWells: { // GeospatialMapAggregatedFieldWells
3231
+ * // Geospatial: "<DimensionFieldList>",
3232
+ * // Values: "<MeasureFieldList>",
3233
+ * // Colors: "<DimensionFieldList>",
3234
+ * // },
3235
+ * // },
3236
+ * // Legend: "<LegendOptions>",
3237
+ * // Tooltip: "<TooltipOptions>",
3238
+ * // WindowOptions: { // GeospatialWindowOptions
3239
+ * // Bounds: { // GeospatialCoordinateBounds
3240
+ * // North: Number("double"), // required
3241
+ * // South: Number("double"), // required
3242
+ * // West: Number("double"), // required
3243
+ * // East: Number("double"), // required
3244
+ * // },
3245
+ * // MapZoomMode: "AUTO" || "MANUAL",
3246
+ * // },
3247
+ * // MapStyleOptions: { // GeospatialMapStyleOptions
3248
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
3249
+ * // },
3250
+ * // PointStyleOptions: { // GeospatialPointStyleOptions
3251
+ * // SelectedPointStyle: "POINT" || "CLUSTER",
3252
+ * // ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
3253
+ * // ClusterMarker: { // ClusterMarker
3254
+ * // SimpleClusterMarker: { // SimpleClusterMarker
3255
+ * // Color: "STRING_VALUE",
3256
+ * // },
3257
+ * // },
3258
+ * // },
3259
+ * // },
3260
+ * // VisualPalette: {
3261
+ * // ChartColor: "STRING_VALUE",
3262
+ * // ColorMap: [
3263
+ * // {
3264
+ * // Element: "<DataPathValue>", // required
3265
+ * // Color: "STRING_VALUE", // required
3266
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3267
+ * // },
3268
+ * // ],
3269
+ * // },
3270
+ * // },
3271
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3272
+ * // Actions: "<VisualCustomActionList>",
3273
+ * // },
3274
+ * // FilledMapVisual: { // FilledMapVisual
3275
+ * // VisualId: "STRING_VALUE", // required
3276
+ * // Title: "<VisualTitleLabelOptions>",
3277
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3278
+ * // ChartConfiguration: { // FilledMapConfiguration
3279
+ * // FieldWells: { // FilledMapFieldWells
3280
+ * // FilledMapAggregatedFieldWells: { // FilledMapAggregatedFieldWells
3281
+ * // Geospatial: [ // FilledMapDimensionFieldList
3282
+ * // "<DimensionField>",
3283
+ * // ],
3284
+ * // Values: [ // FilledMapMeasureFieldList
3285
+ * // "<MeasureField>",
3286
+ * // ],
3287
+ * // },
3288
+ * // },
3289
+ * // SortConfiguration: { // FilledMapSortConfiguration
3290
+ * // CategorySort: "<FieldSortOptionsList>",
3291
+ * // },
3292
+ * // Legend: "<LegendOptions>",
3293
+ * // Tooltip: "<TooltipOptions>",
3294
+ * // WindowOptions: {
3295
+ * // Bounds: {
3296
+ * // North: Number("double"), // required
3297
+ * // South: Number("double"), // required
3298
+ * // West: Number("double"), // required
3299
+ * // East: Number("double"), // required
3300
+ * // },
3301
+ * // MapZoomMode: "AUTO" || "MANUAL",
3302
+ * // },
3303
+ * // MapStyleOptions: {
3304
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
3305
+ * // },
3306
+ * // },
3307
+ * // ConditionalFormatting: { // FilledMapConditionalFormatting
3308
+ * // ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
3309
+ * // { // FilledMapConditionalFormattingOption
3310
+ * // Shape: { // FilledMapShapeConditionalFormatting
3311
+ * // FieldId: "STRING_VALUE", // required
3312
+ * // Format: { // ShapeConditionalFormat
3313
+ * // BackgroundColor: "<ConditionalFormattingColor>", // required
3314
+ * // },
3315
+ * // },
3316
+ * // },
3317
+ * // ],
3318
+ * // },
3319
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3320
+ * // Actions: "<VisualCustomActionList>",
3321
+ * // },
3322
+ * // FunnelChartVisual: { // FunnelChartVisual
3323
+ * // VisualId: "STRING_VALUE", // required
3324
+ * // Title: "<VisualTitleLabelOptions>",
3325
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3326
+ * // ChartConfiguration: { // FunnelChartConfiguration
3327
+ * // FieldWells: { // FunnelChartFieldWells
3328
+ * // FunnelChartAggregatedFieldWells: { // FunnelChartAggregatedFieldWells
3329
+ * // Category: [ // FunnelChartDimensionFieldList
3330
+ * // "<DimensionField>",
3331
+ * // ],
3332
+ * // Values: [ // FunnelChartMeasureFieldList
3333
+ * // "<MeasureField>",
3334
+ * // ],
3335
+ * // },
3336
+ * // },
3337
+ * // SortConfiguration: { // FunnelChartSortConfiguration
3338
+ * // CategorySort: "<FieldSortOptionsList>",
3339
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3340
+ * // },
3341
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3342
+ * // ValueLabelOptions: "<ChartAxisLabelOptions>",
3343
+ * // Tooltip: "<TooltipOptions>",
3344
+ * // DataLabelOptions: { // FunnelChartDataLabelOptions
3345
+ * // Visibility: "HIDDEN" || "VISIBLE",
3346
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
3347
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
3348
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
3349
+ * // LabelFontConfiguration: "<FontConfiguration>",
3350
+ * // LabelColor: "STRING_VALUE",
3351
+ * // MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
3352
+ * // },
3353
+ * // VisualPalette: "<VisualPalette>",
3354
+ * // },
3355
+ * // Actions: "<VisualCustomActionList>",
3356
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3357
+ * // },
3358
+ * // ScatterPlotVisual: { // ScatterPlotVisual
3359
+ * // VisualId: "STRING_VALUE", // required
3360
+ * // Title: "<VisualTitleLabelOptions>",
3361
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3362
+ * // ChartConfiguration: { // ScatterPlotConfiguration
3363
+ * // FieldWells: { // ScatterPlotFieldWells
3364
+ * // ScatterPlotCategoricallyAggregatedFieldWells: { // ScatterPlotCategoricallyAggregatedFieldWells
3365
+ * // XAxis: "<MeasureFieldList>",
3366
+ * // YAxis: "<MeasureFieldList>",
3367
+ * // Category: "<DimensionFieldList>",
3368
+ * // Size: "<MeasureFieldList>",
3369
+ * // },
3370
+ * // ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3371
+ * // XAxis: "<DimensionFieldList>",
3372
+ * // YAxis: "<DimensionFieldList>",
3373
+ * // Size: "<MeasureFieldList>",
3374
+ * // },
3375
+ * // },
3376
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
3377
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
3378
+ * // YAxisLabelOptions: "<ChartAxisLabelOptions>",
3379
+ * // YAxisDisplayOptions: "<AxisDisplayOptions>",
3380
+ * // Legend: "<LegendOptions>",
3381
+ * // DataLabels: "<DataLabelOptions>",
3382
+ * // Tooltip: "<TooltipOptions>",
3383
+ * // VisualPalette: "<VisualPalette>",
3384
+ * // },
3385
+ * // Actions: "<VisualCustomActionList>",
3386
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3387
+ * // },
3388
+ * // ComboChartVisual: { // ComboChartVisual
3389
+ * // VisualId: "STRING_VALUE", // required
3390
+ * // Title: "<VisualTitleLabelOptions>",
3391
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3392
+ * // ChartConfiguration: { // ComboChartConfiguration
3393
+ * // FieldWells: { // ComboChartFieldWells
3394
+ * // ComboChartAggregatedFieldWells: { // ComboChartAggregatedFieldWells
3395
+ * // Category: "<DimensionFieldList>",
3396
+ * // BarValues: "<MeasureFieldList>",
3397
+ * // Colors: "<DimensionFieldList>",
3398
+ * // LineValues: "<MeasureFieldList>",
3399
+ * // },
3400
+ * // },
3401
+ * // SortConfiguration: { // ComboChartSortConfiguration
3402
+ * // CategorySort: "<FieldSortOptionsList>",
3403
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3404
+ * // ColorSort: "<FieldSortOptionsList>",
3405
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
3406
+ * // },
3407
+ * // BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
3408
+ * // CategoryAxis: "<AxisDisplayOptions>",
3409
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3410
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3411
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3412
+ * // SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3413
+ * // SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3414
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
3415
+ * // Legend: "<LegendOptions>",
3416
+ * // BarDataLabels: "<DataLabelOptions>",
3417
+ * // LineDataLabels: "<DataLabelOptions>",
3418
+ * // Tooltip: "<TooltipOptions>",
3419
+ * // ReferenceLines: [
3420
+ * // {
3421
+ * // Status: "ENABLED" || "DISABLED",
3422
+ * // DataConfiguration: {
3423
+ * // StaticConfiguration: {
3424
+ * // Value: Number("double"), // required
3425
+ * // },
3426
+ * // DynamicConfiguration: {
3427
+ * // Column: "<ColumnIdentifier>", // required
3428
+ * // MeasureAggregationFunction: "<AggregationFunction>", // required
3429
+ * // Calculation: "<NumericalAggregationFunction>", // required
3430
+ * // },
3431
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3432
+ * // },
3433
+ * // StyleConfiguration: {
3434
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
3435
+ * // Color: "STRING_VALUE",
3436
+ * // },
3437
+ * // LabelConfiguration: {
3438
+ * // ValueLabelConfiguration: {
3439
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
3440
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
3441
+ * // },
3442
+ * // CustomLabelConfiguration: {
3443
+ * // CustomLabel: "STRING_VALUE", // required
3444
+ * // },
3445
+ * // FontConfiguration: "<FontConfiguration>",
3446
+ * // FontColor: "STRING_VALUE",
3447
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
3448
+ * // VerticalPosition: "ABOVE" || "BELOW",
3449
+ * // },
3450
+ * // },
3451
+ * // ],
3452
+ * // VisualPalette: "<VisualPalette>",
3453
+ * // },
3454
+ * // Actions: "<VisualCustomActionList>",
3455
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3456
+ * // },
3457
+ * // BoxPlotVisual: { // BoxPlotVisual
3458
+ * // VisualId: "STRING_VALUE", // required
3459
+ * // Title: "<VisualTitleLabelOptions>",
3460
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3461
+ * // ChartConfiguration: { // BoxPlotChartConfiguration
3462
+ * // FieldWells: { // BoxPlotFieldWells
3463
+ * // BoxPlotAggregatedFieldWells: { // BoxPlotAggregatedFieldWells
3464
+ * // GroupBy: [ // BoxPlotDimensionFieldList
3465
+ * // "<DimensionField>",
3466
+ * // ],
3467
+ * // Values: [ // BoxPlotMeasureFieldList
3468
+ * // "<MeasureField>",
3469
+ * // ],
3470
+ * // },
3471
+ * // },
3472
+ * // SortConfiguration: { // BoxPlotSortConfiguration
3473
+ * // CategorySort: "<FieldSortOptionsList>",
3474
+ * // PaginationConfiguration: {
3475
+ * // PageSize: Number("long"), // required
3476
+ * // PageNumber: Number("long"), // required
3477
+ * // },
3478
+ * // },
3479
+ * // BoxPlotOptions: { // BoxPlotOptions
3480
+ * // StyleOptions: { // BoxPlotStyleOptions
3481
+ * // FillStyle: "SOLID" || "TRANSPARENT",
3482
+ * // },
3483
+ * // OutlierVisibility: "HIDDEN" || "VISIBLE",
3484
+ * // AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
3485
+ * // },
3486
+ * // CategoryAxis: "<AxisDisplayOptions>",
3487
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3488
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3489
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3490
+ * // Legend: "<LegendOptions>",
3491
+ * // Tooltip: "<TooltipOptions>",
3492
+ * // ReferenceLines: [
3493
+ * // {
3494
+ * // Status: "ENABLED" || "DISABLED",
3495
+ * // DataConfiguration: {
3496
+ * // StaticConfiguration: {
3497
+ * // Value: Number("double"), // required
3498
+ * // },
3499
+ * // DynamicConfiguration: {
3500
+ * // Column: "<ColumnIdentifier>", // required
3501
+ * // MeasureAggregationFunction: "<AggregationFunction>", // required
3502
+ * // Calculation: "<NumericalAggregationFunction>", // required
3503
+ * // },
3504
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3505
+ * // },
3506
+ * // StyleConfiguration: {
3507
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
3508
+ * // Color: "STRING_VALUE",
3509
+ * // },
3510
+ * // LabelConfiguration: {
3511
+ * // ValueLabelConfiguration: {
3512
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
3513
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
3514
+ * // },
3515
+ * // CustomLabelConfiguration: {
3516
+ * // CustomLabel: "STRING_VALUE", // required
3517
+ * // },
3518
+ * // FontConfiguration: "<FontConfiguration>",
3519
+ * // FontColor: "STRING_VALUE",
3520
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
3521
+ * // VerticalPosition: "ABOVE" || "BELOW",
3522
+ * // },
3523
+ * // },
3524
+ * // ],
3525
+ * // VisualPalette: "<VisualPalette>",
3526
+ * // },
3527
+ * // Actions: "<VisualCustomActionList>",
3528
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3529
+ * // },
3530
+ * // WaterfallVisual: { // WaterfallVisual
3531
+ * // VisualId: "STRING_VALUE", // required
3532
+ * // Title: "<VisualTitleLabelOptions>",
3533
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3534
+ * // ChartConfiguration: { // WaterfallChartConfiguration
3535
+ * // FieldWells: { // WaterfallChartFieldWells
3536
+ * // WaterfallChartAggregatedFieldWells: { // WaterfallChartAggregatedFieldWells
3537
+ * // Categories: "<DimensionFieldList>",
3538
+ * // Values: "<MeasureFieldList>",
3539
+ * // Breakdowns: "<DimensionFieldList>",
3540
+ * // },
3541
+ * // },
3542
+ * // SortConfiguration: { // WaterfallChartSortConfiguration
3543
+ * // CategorySort: "<FieldSortOptionsList>",
3544
+ * // BreakdownItemsLimit: "<ItemsLimitConfiguration>",
3545
+ * // },
3546
+ * // WaterfallChartOptions: { // WaterfallChartOptions
3547
+ * // TotalBarLabel: "STRING_VALUE",
3548
+ * // },
3549
+ * // CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
3550
+ * // CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
3551
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3552
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3553
+ * // Legend: "<LegendOptions>",
3554
+ * // DataLabels: "<DataLabelOptions>",
3555
+ * // VisualPalette: "<VisualPalette>",
3556
+ * // },
3557
+ * // Actions: "<VisualCustomActionList>",
3558
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3559
+ * // },
3560
+ * // HistogramVisual: { // HistogramVisual
3561
+ * // VisualId: "STRING_VALUE", // required
3562
+ * // Title: "<VisualTitleLabelOptions>",
3563
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3564
+ * // ChartConfiguration: { // HistogramConfiguration
3565
+ * // FieldWells: { // HistogramFieldWells
3566
+ * // HistogramAggregatedFieldWells: { // HistogramAggregatedFieldWells
3567
+ * // Values: [ // HistogramMeasureFieldList
3568
+ * // "<MeasureField>",
3569
+ * // ],
3570
+ * // },
3571
+ * // },
3572
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
3573
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
3574
+ * // YAxisDisplayOptions: "<AxisDisplayOptions>",
3575
+ * // BinOptions: { // HistogramBinOptions
3576
+ * // SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
3577
+ * // BinCount: { // BinCountOptions
3578
+ * // Value: Number("int"),
3579
+ * // },
3580
+ * // BinWidth: { // BinWidthOptions
3581
+ * // Value: Number("double"),
3582
+ * // BinCountLimit: Number("long"),
3583
+ * // },
3584
+ * // StartValue: Number("double"),
3585
+ * // },
3586
+ * // DataLabels: "<DataLabelOptions>",
3587
+ * // Tooltip: "<TooltipOptions>",
3588
+ * // VisualPalette: "<VisualPalette>",
3589
+ * // },
3590
+ * // Actions: "<VisualCustomActionList>",
3591
+ * // },
3592
+ * // WordCloudVisual: { // WordCloudVisual
3593
+ * // VisualId: "STRING_VALUE", // required
3594
+ * // Title: "<VisualTitleLabelOptions>",
3595
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3596
+ * // ChartConfiguration: { // WordCloudChartConfiguration
3597
+ * // FieldWells: { // WordCloudFieldWells
3598
+ * // WordCloudAggregatedFieldWells: { // WordCloudAggregatedFieldWells
3599
+ * // GroupBy: [ // WordCloudDimensionFieldList
3600
+ * // "<DimensionField>",
3601
+ * // ],
3602
+ * // Size: [ // WordCloudMeasureFieldList
3603
+ * // "<MeasureField>",
3604
+ * // ],
3605
+ * // },
3606
+ * // },
3607
+ * // SortConfiguration: { // WordCloudSortConfiguration
3608
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3609
+ * // CategorySort: "<FieldSortOptionsList>",
3610
+ * // },
3611
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3612
+ * // WordCloudOptions: { // WordCloudOptions
3613
+ * // WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
3614
+ * // WordScaling: "EMPHASIZE" || "NORMAL",
3615
+ * // CloudLayout: "FLUID" || "NORMAL",
3616
+ * // WordCasing: "LOWER_CASE" || "EXISTING_CASE",
3617
+ * // WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
3618
+ * // MaximumStringLength: Number("int"),
3619
+ * // },
3620
+ * // },
3621
+ * // Actions: "<VisualCustomActionList>",
3622
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3623
+ * // },
3624
+ * // InsightVisual: { // InsightVisual
3625
+ * // VisualId: "STRING_VALUE", // required
3626
+ * // Title: "<VisualTitleLabelOptions>",
3627
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3628
+ * // InsightConfiguration: { // InsightConfiguration
3629
+ * // Computations: [ // ComputationList
3630
+ * // { // Computation
3631
+ * // TopBottomRanked: { // TopBottomRankedComputation
3632
+ * // ComputationId: "STRING_VALUE", // required
3633
+ * // Name: "STRING_VALUE",
3634
+ * // Category: "<DimensionField>", // required
3635
+ * // Value: "<MeasureField>",
3636
+ * // ResultSize: Number("int"),
3637
+ * // Type: "TOP" || "BOTTOM", // required
3638
+ * // },
3639
+ * // TopBottomMovers: { // TopBottomMoversComputation
3640
+ * // ComputationId: "STRING_VALUE", // required
3641
+ * // Name: "STRING_VALUE",
3642
+ * // Time: "<DimensionField>", // required
3643
+ * // Category: "<DimensionField>", // required
3644
+ * // Value: "<MeasureField>",
3645
+ * // MoverSize: Number("int"),
3646
+ * // SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
3647
+ * // Type: "TOP" || "BOTTOM", // required
3648
+ * // },
3649
+ * // TotalAggregation: { // TotalAggregationComputation
3650
+ * // ComputationId: "STRING_VALUE", // required
3651
+ * // Name: "STRING_VALUE",
3652
+ * // Value: "<MeasureField>", // required
3653
+ * // },
3654
+ * // MaximumMinimum: { // MaximumMinimumComputation
3655
+ * // ComputationId: "STRING_VALUE", // required
3656
+ * // Name: "STRING_VALUE",
3657
+ * // Time: "<DimensionField>", // required
3658
+ * // Value: "<MeasureField>",
3659
+ * // Type: "MAXIMUM" || "MINIMUM", // required
3660
+ * // },
3661
+ * // MetricComparison: { // MetricComparisonComputation
3662
+ * // ComputationId: "STRING_VALUE", // required
3663
+ * // Name: "STRING_VALUE",
3664
+ * // Time: "<DimensionField>", // required
3665
+ * // FromValue: "<MeasureField>", // required
3666
+ * // TargetValue: "<MeasureField>", // required
3667
+ * // },
3668
+ * // PeriodOverPeriod: { // PeriodOverPeriodComputation
3669
+ * // ComputationId: "STRING_VALUE", // required
3670
+ * // Name: "STRING_VALUE",
3671
+ * // Time: "<DimensionField>", // required
3672
+ * // Value: "<MeasureField>",
3673
+ * // },
3674
+ * // PeriodToDate: { // PeriodToDateComputation
3675
+ * // ComputationId: "STRING_VALUE", // required
3676
+ * // Name: "STRING_VALUE",
3677
+ * // Time: "<DimensionField>", // required
3678
+ * // Value: "<MeasureField>",
3679
+ * // PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3680
+ * // },
3681
+ * // GrowthRate: { // GrowthRateComputation
3682
+ * // ComputationId: "STRING_VALUE", // required
3683
+ * // Name: "STRING_VALUE",
3684
+ * // Time: "<DimensionField>", // required
3685
+ * // Value: "<MeasureField>",
3686
+ * // PeriodSize: Number("int"),
3687
+ * // },
3688
+ * // UniqueValues: { // UniqueValuesComputation
3689
+ * // ComputationId: "STRING_VALUE", // required
3690
+ * // Name: "STRING_VALUE",
3691
+ * // Category: "<DimensionField>", // required
3692
+ * // },
3693
+ * // Forecast: { // ForecastComputation
3694
+ * // ComputationId: "STRING_VALUE", // required
3695
+ * // Name: "STRING_VALUE",
3696
+ * // Time: "<DimensionField>", // required
3697
+ * // Value: "<MeasureField>",
3698
+ * // PeriodsForward: Number("int"),
3699
+ * // PeriodsBackward: Number("int"),
3700
+ * // UpperBoundary: Number("double"),
3701
+ * // LowerBoundary: Number("double"),
3702
+ * // PredictionInterval: Number("int"),
3703
+ * // Seasonality: "AUTOMATIC" || "CUSTOM",
3704
+ * // CustomSeasonalityValue: Number("int"),
3705
+ * // },
3706
+ * // },
3707
+ * // ],
3708
+ * // CustomNarrative: { // CustomNarrativeOptions
3709
+ * // Narrative: "STRING_VALUE", // required
3710
+ * // },
3711
+ * // },
3712
+ * // Actions: "<VisualCustomActionList>",
3713
+ * // DataSetIdentifier: "STRING_VALUE", // required
3714
+ * // },
3715
+ * // SankeyDiagramVisual: { // SankeyDiagramVisual
3716
+ * // VisualId: "STRING_VALUE", // required
3717
+ * // Title: "<VisualTitleLabelOptions>",
3718
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3719
+ * // ChartConfiguration: { // SankeyDiagramChartConfiguration
3720
+ * // FieldWells: { // SankeyDiagramFieldWells
3721
+ * // SankeyDiagramAggregatedFieldWells: { // SankeyDiagramAggregatedFieldWells
3722
+ * // Source: "<DimensionFieldList>",
3723
+ * // Destination: "<DimensionFieldList>",
3724
+ * // Weight: "<MeasureFieldList>",
3725
+ * // },
3726
+ * // },
3727
+ * // SortConfiguration: { // SankeyDiagramSortConfiguration
3728
+ * // WeightSort: "<FieldSortOptionsList>",
3729
+ * // SourceItemsLimit: "<ItemsLimitConfiguration>",
3730
+ * // DestinationItemsLimit: "<ItemsLimitConfiguration>",
3731
+ * // },
3732
+ * // DataLabels: "<DataLabelOptions>",
3733
+ * // },
3734
+ * // Actions: "<VisualCustomActionList>",
3735
+ * // },
3736
+ * // CustomContentVisual: { // CustomContentVisual
3737
+ * // VisualId: "STRING_VALUE", // required
3738
+ * // Title: "<VisualTitleLabelOptions>",
3739
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3740
+ * // ChartConfiguration: { // CustomContentConfiguration
3741
+ * // ContentUrl: "STRING_VALUE",
3742
+ * // ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
3743
+ * // ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
3744
+ * // },
3745
+ * // Actions: "<VisualCustomActionList>",
3746
+ * // DataSetIdentifier: "STRING_VALUE", // required
3747
+ * // },
3748
+ * // EmptyVisual: { // EmptyVisual
3749
+ * // VisualId: "STRING_VALUE", // required
3750
+ * // DataSetIdentifier: "STRING_VALUE", // required
3751
+ * // Actions: "<VisualCustomActionList>",
3752
+ * // },
3753
+ * // RadarChartVisual: { // RadarChartVisual
3754
+ * // VisualId: "STRING_VALUE", // required
3755
+ * // Title: "<VisualTitleLabelOptions>",
3756
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3757
+ * // ChartConfiguration: { // RadarChartConfiguration
3758
+ * // FieldWells: { // RadarChartFieldWells
3759
+ * // RadarChartAggregatedFieldWells: { // RadarChartAggregatedFieldWells
3760
+ * // Category: [ // RadarChartCategoryFieldList
3761
+ * // "<DimensionField>",
3762
+ * // ],
3763
+ * // Color: [ // RadarChartColorFieldList
3764
+ * // "<DimensionField>",
3765
+ * // ],
3766
+ * // Values: [ // RadarChartValuesFieldList
3767
+ * // "<MeasureField>",
3768
+ * // ],
3769
+ * // },
3770
+ * // },
3771
+ * // SortConfiguration: { // RadarChartSortConfiguration
3772
+ * // CategorySort: "<FieldSortOptionsList>",
3773
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3774
+ * // ColorSort: "<FieldSortOptionsList>",
3775
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
3776
+ * // },
3777
+ * // Shape: "CIRCLE" || "POLYGON",
3778
+ * // BaseSeriesSettings: { // RadarChartSeriesSettings
3779
+ * // AreaStyleSettings: { // RadarChartAreaStyleSettings
3780
+ * // Visibility: "HIDDEN" || "VISIBLE",
3781
+ * // },
3782
+ * // },
3783
+ * // StartAngle: Number("double"),
3784
+ * // VisualPalette: "<VisualPalette>",
3785
+ * // AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
3786
+ * // AlternateBandEvenColor: "STRING_VALUE",
3787
+ * // AlternateBandOddColor: "STRING_VALUE",
3788
+ * // CategoryAxis: "<AxisDisplayOptions>",
3789
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3790
+ * // ColorAxis: "<AxisDisplayOptions>",
3791
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
3792
+ * // Legend: "<LegendOptions>",
3793
+ * // },
3794
+ * // Actions: "<VisualCustomActionList>",
3795
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3796
+ * // },
3797
+ * // },
3798
+ * // ],
3799
+ * // TextBoxes: [ // SheetTextBoxList
3800
+ * // { // SheetTextBox
3801
+ * // SheetTextBoxId: "STRING_VALUE", // required
3802
+ * // Content: "STRING_VALUE",
3803
+ * // },
3804
+ * // ],
3805
+ * // Layouts: [ // LayoutList
3806
+ * // { // Layout
3807
+ * // Configuration: { // LayoutConfiguration
3808
+ * // GridLayout: { // GridLayoutConfiguration
3809
+ * // Elements: [ // GridLayoutElementList // required
3810
+ * // { // GridLayoutElement
3811
+ * // ElementId: "STRING_VALUE", // required
3812
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3813
+ * // ColumnIndex: Number("int"),
3814
+ * // ColumnSpan: Number("int"), // required
3815
+ * // RowIndex: Number("int"),
3816
+ * // RowSpan: Number("int"), // required
3817
+ * // },
3818
+ * // ],
3819
+ * // CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
3820
+ * // ScreenCanvasSizeOptions: { // GridLayoutScreenCanvasSizeOptions
3821
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
3822
+ * // OptimizedViewPortWidth: "STRING_VALUE",
3823
+ * // },
3824
+ * // },
3825
+ * // },
3826
+ * // FreeFormLayout: { // FreeFormLayoutConfiguration
3827
+ * // Elements: [ // FreeFromLayoutElementList // required
3828
+ * // { // FreeFormLayoutElement
3829
+ * // ElementId: "STRING_VALUE", // required
3830
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3831
+ * // XAxisLocation: "STRING_VALUE", // required
3832
+ * // YAxisLocation: "STRING_VALUE", // required
3833
+ * // Width: "STRING_VALUE", // required
3834
+ * // Height: "STRING_VALUE", // required
3835
+ * // Visibility: "HIDDEN" || "VISIBLE",
3836
+ * // RenderingRules: [ // SheetElementRenderingRuleList
3837
+ * // { // SheetElementRenderingRule
3838
+ * // Expression: "STRING_VALUE", // required
3839
+ * // ConfigurationOverrides: { // SheetElementConfigurationOverrides
3840
+ * // Visibility: "HIDDEN" || "VISIBLE",
3841
+ * // },
3842
+ * // },
3843
+ * // ],
3844
+ * // BorderStyle: { // FreeFormLayoutElementBorderStyle
3845
+ * // Visibility: "HIDDEN" || "VISIBLE",
3846
+ * // Color: "STRING_VALUE",
3847
+ * // },
3848
+ * // SelectedBorderStyle: {
3849
+ * // Visibility: "HIDDEN" || "VISIBLE",
3850
+ * // Color: "STRING_VALUE",
3851
+ * // },
3852
+ * // BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
3853
+ * // Visibility: "HIDDEN" || "VISIBLE",
3854
+ * // Color: "STRING_VALUE",
3855
+ * // },
3856
+ * // LoadingAnimation: { // LoadingAnimation
3857
+ * // Visibility: "HIDDEN" || "VISIBLE",
3858
+ * // },
3859
+ * // },
3860
+ * // ],
3861
+ * // CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
3862
+ * // ScreenCanvasSizeOptions: { // FreeFormLayoutScreenCanvasSizeOptions
3863
+ * // OptimizedViewPortWidth: "STRING_VALUE", // required
3864
+ * // },
3865
+ * // },
3866
+ * // },
3867
+ * // SectionBasedLayout: { // SectionBasedLayoutConfiguration
3868
+ * // HeaderSections: [ // HeaderFooterSectionConfigurationList // required
3869
+ * // { // HeaderFooterSectionConfiguration
3870
+ * // SectionId: "STRING_VALUE", // required
3871
+ * // Layout: { // SectionLayoutConfiguration
3872
+ * // FreeFormLayout: { // FreeFormSectionLayoutConfiguration
3873
+ * // Elements: [ // required
3874
+ * // {
3875
+ * // ElementId: "STRING_VALUE", // required
3876
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3877
+ * // XAxisLocation: "STRING_VALUE", // required
3878
+ * // YAxisLocation: "STRING_VALUE", // required
3879
+ * // Width: "STRING_VALUE", // required
3880
+ * // Height: "STRING_VALUE", // required
3881
+ * // Visibility: "HIDDEN" || "VISIBLE",
3882
+ * // RenderingRules: [
3883
+ * // {
3884
+ * // Expression: "STRING_VALUE", // required
3885
+ * // ConfigurationOverrides: {
3886
+ * // Visibility: "HIDDEN" || "VISIBLE",
3887
+ * // },
3888
+ * // },
3889
+ * // ],
3890
+ * // BorderStyle: {
3891
+ * // Visibility: "HIDDEN" || "VISIBLE",
3892
+ * // Color: "STRING_VALUE",
3893
+ * // },
3894
+ * // SelectedBorderStyle: {
3895
+ * // Visibility: "HIDDEN" || "VISIBLE",
3896
+ * // Color: "STRING_VALUE",
3897
+ * // },
3898
+ * // BackgroundStyle: {
3899
+ * // Visibility: "HIDDEN" || "VISIBLE",
3900
+ * // Color: "STRING_VALUE",
3901
+ * // },
3902
+ * // LoadingAnimation: {
3903
+ * // Visibility: "HIDDEN" || "VISIBLE",
3904
+ * // },
3905
+ * // },
3906
+ * // ],
3907
+ * // },
3908
+ * // },
3909
+ * // Style: { // SectionStyle
3910
+ * // Height: "STRING_VALUE",
3911
+ * // Padding: { // Spacing
3912
+ * // Top: "STRING_VALUE",
3913
+ * // Bottom: "STRING_VALUE",
3914
+ * // Left: "STRING_VALUE",
3915
+ * // Right: "STRING_VALUE",
3916
+ * // },
3917
+ * // },
3918
+ * // },
3919
+ * // ],
3920
+ * // BodySections: [ // BodySectionConfigurationList // required
3921
+ * // { // BodySectionConfiguration
3922
+ * // SectionId: "STRING_VALUE", // required
3923
+ * // Content: { // BodySectionContent
3924
+ * // Layout: {
3925
+ * // FreeFormLayout: {
3926
+ * // Elements: "<FreeFromLayoutElementList>", // required
3927
+ * // },
3928
+ * // },
3929
+ * // },
3930
+ * // Style: {
3931
+ * // Height: "STRING_VALUE",
3932
+ * // Padding: {
3933
+ * // Top: "STRING_VALUE",
3934
+ * // Bottom: "STRING_VALUE",
3935
+ * // Left: "STRING_VALUE",
3936
+ * // Right: "STRING_VALUE",
3937
+ * // },
3938
+ * // },
3939
+ * // PageBreakConfiguration: { // SectionPageBreakConfiguration
3940
+ * // After: { // SectionAfterPageBreak
3941
+ * // Status: "ENABLED" || "DISABLED",
3942
+ * // },
3943
+ * // },
3944
+ * // },
3945
+ * // ],
3946
+ * // FooterSections: [ // required
3947
+ * // {
3948
+ * // SectionId: "STRING_VALUE", // required
3949
+ * // Layout: {
3950
+ * // FreeFormLayout: {
3951
+ * // Elements: "<FreeFromLayoutElementList>", // required
3952
+ * // },
3953
+ * // },
3954
+ * // Style: {
3955
+ * // Height: "STRING_VALUE",
3956
+ * // Padding: {
3957
+ * // Top: "STRING_VALUE",
3958
+ * // Bottom: "STRING_VALUE",
3959
+ * // Left: "STRING_VALUE",
3960
+ * // Right: "STRING_VALUE",
3961
+ * // },
3962
+ * // },
3963
+ * // },
3964
+ * // ],
3965
+ * // CanvasSizeOptions: { // SectionBasedLayoutCanvasSizeOptions
3966
+ * // PaperCanvasSizeOptions: { // SectionBasedLayoutPaperCanvasSizeOptions
3967
+ * // PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
3968
+ * // PaperOrientation: "PORTRAIT" || "LANDSCAPE",
3969
+ * // PaperMargin: {
3970
+ * // Top: "STRING_VALUE",
3971
+ * // Bottom: "STRING_VALUE",
3972
+ * // Left: "STRING_VALUE",
3973
+ * // Right: "STRING_VALUE",
3974
+ * // },
3975
+ * // },
3976
+ * // },
3977
+ * // },
3978
+ * // },
3979
+ * // },
3980
+ * // ],
3981
+ * // SheetControlLayouts: [ // SheetControlLayoutList
3982
+ * // { // SheetControlLayout
3983
+ * // Configuration: { // SheetControlLayoutConfiguration
3984
+ * // GridLayout: {
3985
+ * // Elements: [ // required
3986
+ * // {
3987
+ * // ElementId: "STRING_VALUE", // required
3988
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3989
+ * // ColumnIndex: Number("int"),
3990
+ * // ColumnSpan: Number("int"), // required
3991
+ * // RowIndex: Number("int"),
3992
+ * // RowSpan: Number("int"), // required
3993
+ * // },
3994
+ * // ],
3995
+ * // CanvasSizeOptions: {
3996
+ * // ScreenCanvasSizeOptions: {
3997
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
3998
+ * // OptimizedViewPortWidth: "STRING_VALUE",
3999
+ * // },
4000
+ * // },
4001
+ * // },
4002
+ * // },
4003
+ * // },
4004
+ * // ],
4005
+ * // ContentType: "PAGINATED" || "INTERACTIVE",
4006
+ * // },
4007
+ * // ],
4008
+ * // CalculatedFields: [ // CalculatedFields
4009
+ * // { // CalculatedField
4010
+ * // DataSetIdentifier: "STRING_VALUE", // required
4011
+ * // Name: "STRING_VALUE", // required
4012
+ * // Expression: "STRING_VALUE", // required
4013
+ * // },
4014
+ * // ],
4015
+ * // ParameterDeclarations: [ // ParameterDeclarationList
4016
+ * // { // ParameterDeclaration
4017
+ * // StringParameterDeclaration: { // StringParameterDeclaration
4018
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
4019
+ * // Name: "STRING_VALUE", // required
4020
+ * // DefaultValues: { // StringDefaultValues
4021
+ * // DynamicValue: { // DynamicDefaultValue
4022
+ * // UserNameColumn: "<ColumnIdentifier>",
4023
+ * // GroupNameColumn: "<ColumnIdentifier>",
4024
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4025
+ * // },
4026
+ * // StaticValues: "<StringDefaultValueList>",
4027
+ * // },
4028
+ * // ValueWhenUnset: { // StringValueWhenUnsetConfiguration
4029
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4030
+ * // CustomValue: "STRING_VALUE",
4031
+ * // },
4032
+ * // },
4033
+ * // DecimalParameterDeclaration: { // DecimalParameterDeclaration
4034
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
4035
+ * // Name: "STRING_VALUE", // required
4036
+ * // DefaultValues: { // DecimalDefaultValues
4037
+ * // DynamicValue: {
4038
+ * // UserNameColumn: "<ColumnIdentifier>",
4039
+ * // GroupNameColumn: "<ColumnIdentifier>",
4040
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4041
+ * // },
4042
+ * // StaticValues: "<DecimalDefaultValueList>",
4043
+ * // },
4044
+ * // ValueWhenUnset: { // DecimalValueWhenUnsetConfiguration
4045
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4046
+ * // CustomValue: Number("double"),
4047
+ * // },
4048
+ * // },
4049
+ * // IntegerParameterDeclaration: { // IntegerParameterDeclaration
4050
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
4051
+ * // Name: "STRING_VALUE", // required
4052
+ * // DefaultValues: { // IntegerDefaultValues
4053
+ * // DynamicValue: {
4054
+ * // UserNameColumn: "<ColumnIdentifier>",
4055
+ * // GroupNameColumn: "<ColumnIdentifier>",
4056
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4057
+ * // },
4058
+ * // StaticValues: "<IntegerDefaultValueList>",
4059
+ * // },
4060
+ * // ValueWhenUnset: { // IntegerValueWhenUnsetConfiguration
4061
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4062
+ * // CustomValue: Number("long"),
4063
+ * // },
4064
+ * // },
4065
+ * // DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4066
+ * // Name: "STRING_VALUE", // required
4067
+ * // DefaultValues: { // DateTimeDefaultValues
4068
+ * // DynamicValue: {
4069
+ * // UserNameColumn: "<ColumnIdentifier>",
4070
+ * // GroupNameColumn: "<ColumnIdentifier>",
4071
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4072
+ * // },
4073
+ * // StaticValues: "<DateTimeDefaultValueList>",
4074
+ * // RollingDate: { // RollingDateConfiguration
4075
+ * // DataSetIdentifier: "STRING_VALUE",
4076
+ * // Expression: "STRING_VALUE", // required
4077
+ * // },
4078
+ * // },
4079
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4080
+ * // ValueWhenUnset: { // DateTimeValueWhenUnsetConfiguration
4081
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4082
+ * // CustomValue: new Date("TIMESTAMP"),
4083
+ * // },
4084
+ * // },
4085
+ * // },
4086
+ * // ],
4087
+ * // FilterGroups: [ // FilterGroupList
4088
+ * // { // FilterGroup
4089
+ * // FilterGroupId: "STRING_VALUE", // required
4090
+ * // Filters: [ // FilterList // required
4091
+ * // { // Filter
4092
+ * // CategoryFilter: { // CategoryFilter
4093
+ * // FilterId: "STRING_VALUE", // required
4094
+ * // Column: "<ColumnIdentifier>", // required
4095
+ * // Configuration: { // CategoryFilterConfiguration
4096
+ * // FilterListConfiguration: { // FilterListConfiguration
4097
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4098
+ * // CategoryValues: "<CategoryValueList>",
4099
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4100
+ * // },
4101
+ * // CustomFilterListConfiguration: { // CustomFilterListConfiguration
4102
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4103
+ * // CategoryValues: "<CategoryValueList>",
4104
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4105
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4106
+ * // },
4107
+ * // CustomFilterConfiguration: { // CustomFilterConfiguration
4108
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4109
+ * // CategoryValue: "STRING_VALUE",
4110
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4111
+ * // ParameterName: "STRING_VALUE",
4112
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4113
+ * // },
4114
+ * // },
4115
+ * // },
4116
+ * // NumericRangeFilter: { // NumericRangeFilter
4117
+ * // FilterId: "STRING_VALUE", // required
4118
+ * // Column: "<ColumnIdentifier>", // required
4119
+ * // IncludeMinimum: true || false,
4120
+ * // IncludeMaximum: true || false,
4121
+ * // RangeMinimum: { // NumericRangeFilterValue
4122
+ * // StaticValue: Number("double"),
4123
+ * // Parameter: "STRING_VALUE",
4124
+ * // },
4125
+ * // RangeMaximum: {
4126
+ * // StaticValue: Number("double"),
4127
+ * // Parameter: "STRING_VALUE",
4128
+ * // },
4129
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4130
+ * // AggregationFunction: "<AggregationFunction>",
4131
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4132
+ * // },
4133
+ * // NumericEqualityFilter: { // NumericEqualityFilter
4134
+ * // FilterId: "STRING_VALUE", // required
4135
+ * // Column: "<ColumnIdentifier>", // required
4136
+ * // Value: Number("double"),
4137
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4138
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL", // required
4139
+ * // AggregationFunction: "<AggregationFunction>",
4140
+ * // ParameterName: "STRING_VALUE",
4141
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4142
+ * // },
4143
+ * // TimeEqualityFilter: { // TimeEqualityFilter
4144
+ * // FilterId: "STRING_VALUE", // required
4145
+ * // Column: "<ColumnIdentifier>", // required
4146
+ * // Value: new Date("TIMESTAMP"),
4147
+ * // ParameterName: "STRING_VALUE",
4148
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4149
+ * // },
4150
+ * // TimeRangeFilter: { // TimeRangeFilter
4151
+ * // FilterId: "STRING_VALUE", // required
4152
+ * // Column: "<ColumnIdentifier>", // required
4153
+ * // IncludeMinimum: true || false,
4154
+ * // IncludeMaximum: true || false,
4155
+ * // RangeMinimumValue: { // TimeRangeFilterValue
4156
+ * // StaticValue: new Date("TIMESTAMP"),
4157
+ * // RollingDate: {
4158
+ * // DataSetIdentifier: "STRING_VALUE",
4159
+ * // Expression: "STRING_VALUE", // required
4160
+ * // },
4161
+ * // Parameter: "STRING_VALUE",
4162
+ * // },
4163
+ * // RangeMaximumValue: {
4164
+ * // StaticValue: new Date("TIMESTAMP"),
4165
+ * // RollingDate: {
4166
+ * // DataSetIdentifier: "STRING_VALUE",
4167
+ * // Expression: "STRING_VALUE", // required
4168
+ * // },
4169
+ * // Parameter: "STRING_VALUE",
4170
+ * // },
4171
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4172
+ * // ExcludePeriodConfiguration: { // ExcludePeriodConfiguration
4173
+ * // Amount: Number("int"), // required
4174
+ * // Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
4175
+ * // Status: "ENABLED" || "DISABLED",
4176
+ * // },
4177
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4178
+ * // },
4179
+ * // RelativeDatesFilter: { // RelativeDatesFilter
4180
+ * // FilterId: "STRING_VALUE", // required
4181
+ * // Column: "<ColumnIdentifier>", // required
4182
+ * // AnchorDateConfiguration: { // AnchorDateConfiguration
4183
+ * // AnchorOption: "NOW",
4184
+ * // ParameterName: "STRING_VALUE",
4185
+ * // },
4186
+ * // MinimumGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4187
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
4188
+ * // RelativeDateType: "PREVIOUS" || "THIS" || "LAST" || "NOW" || "NEXT", // required
4189
+ * // RelativeDateValue: Number("int"),
4190
+ * // ParameterName: "STRING_VALUE",
4191
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4192
+ * // ExcludePeriodConfiguration: {
4193
+ * // Amount: Number("int"), // required
4194
+ * // Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
4195
+ * // Status: "ENABLED" || "DISABLED",
4196
+ * // },
4197
+ * // },
4198
+ * // TopBottomFilter: { // TopBottomFilter
4199
+ * // FilterId: "STRING_VALUE", // required
4200
+ * // Column: "<ColumnIdentifier>", // required
4201
+ * // Limit: Number("int"),
4202
+ * // AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
4203
+ * // { // AggregationSortConfiguration
4204
+ * // Column: "<ColumnIdentifier>", // required
4205
+ * // SortDirection: "ASC" || "DESC", // required
4206
+ * // AggregationFunction: "<AggregationFunction>", // required
4207
+ * // },
4208
+ * // ],
4209
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4210
+ * // ParameterName: "STRING_VALUE",
4211
+ * // },
4212
+ * // },
4213
+ * // ],
4214
+ * // ScopeConfiguration: { // FilterScopeConfiguration
4215
+ * // SelectedSheets: { // SelectedSheetsFilterScopeConfiguration
4216
+ * // SheetVisualScopingConfigurations: [ // SheetVisualScopingConfigurations
4217
+ * // { // SheetVisualScopingConfiguration
4218
+ * // SheetId: "STRING_VALUE", // required
4219
+ * // Scope: "ALL_VISUALS" || "SELECTED_VISUALS", // required
4220
+ * // VisualIds: [ // FilteredVisualsList
4221
+ * // "STRING_VALUE",
4222
+ * // ],
4223
+ * // },
4224
+ * // ],
4225
+ * // },
4226
+ * // },
4227
+ * // Status: "ENABLED" || "DISABLED",
4228
+ * // CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
4229
+ * // },
4230
+ * // ],
4231
+ * // ColumnConfigurations: [ // ColumnConfigurationList
4232
+ * // { // ColumnConfiguration
4233
+ * // Column: "<ColumnIdentifier>", // required
4234
+ * // FormatConfiguration: {
4235
+ * // StringFormatConfiguration: "<StringFormatConfiguration>",
4236
+ * // NumberFormatConfiguration: "<NumberFormatConfiguration>",
4237
+ * // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
4238
+ * // },
4239
+ * // Role: "DIMENSION" || "MEASURE",
4240
+ * // },
4241
+ * // ],
4242
+ * // AnalysisDefaults: { // AnalysisDefaults
4243
+ * // DefaultNewSheetConfiguration: { // DefaultNewSheetConfiguration
4244
+ * // InteractiveLayoutConfiguration: { // DefaultInteractiveLayoutConfiguration
4245
+ * // Grid: { // DefaultGridLayoutConfiguration
4246
+ * // CanvasSizeOptions: {
4247
+ * // ScreenCanvasSizeOptions: {
4248
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
4249
+ * // OptimizedViewPortWidth: "STRING_VALUE",
4250
+ * // },
4251
+ * // },
4252
+ * // },
4253
+ * // FreeForm: { // DefaultFreeFormLayoutConfiguration
4254
+ * // CanvasSizeOptions: {
4255
+ * // ScreenCanvasSizeOptions: {
4256
+ * // OptimizedViewPortWidth: "STRING_VALUE", // required
4257
+ * // },
4258
+ * // },
4259
+ * // },
4260
+ * // },
4261
+ * // PaginatedLayoutConfiguration: { // DefaultPaginatedLayoutConfiguration
4262
+ * // SectionBased: { // DefaultSectionBasedLayoutConfiguration
4263
+ * // CanvasSizeOptions: {
4264
+ * // PaperCanvasSizeOptions: {
4265
+ * // PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
4266
+ * // PaperOrientation: "PORTRAIT" || "LANDSCAPE",
4267
+ * // PaperMargin: "<Spacing>",
4268
+ * // },
4269
+ * // },
4270
+ * // },
4271
+ * // },
4272
+ * // SheetContentType: "PAGINATED" || "INTERACTIVE",
4273
+ * // },
4274
+ * // },
4275
+ * // },
4276
+ * // Status: Number("int"),
4277
+ * // RequestId: "STRING_VALUE",
4278
+ * // };
4279
+ *
43
4280
  * ```
44
4281
  *
45
4282
  * @param DescribeAnalysisDefinitionCommandInput - {@link DescribeAnalysisDefinitionCommandInput}
@@ -78,6 +4315,8 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
78
4315
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
79
4316
  * capability is available in every edition.</p>
80
4317
  *
4318
+ * @throws {@link QuickSightServiceException}
4319
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
81
4320
  *
82
4321
  */
83
4322
  export declare class DescribeAnalysisDefinitionCommand extends $Command<DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput, QuickSightClientResolvedConfig> {