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