@aws-sdk/client-quicksight 3.299.0 → 3.301.0

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