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