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