Skip to main content
Version: 8.9

Type 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]: unknown