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