API ClientsTypeScript SDKAPI ReferenceCoreType AliasesUpdateClusterVariableRequestVersion: 8.9On this pageType Alias: UpdateClusterVariableRequest type UpdateClusterVariableRequest = object; Properties value value: object; The new value of the cluster variable. Can be any JSON object or primitive value. Will be serialized as a JSON string in responses. Index Signature [key: string]: unknownWas this helpful?