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