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