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