Type Alias: UpdateClusterVariableRequest
type UpdateClusterVariableRequest = object;
Defined in: gen/types.gen.ts:1126
Properties
value
value: object;
Defined in: gen/types.gen.ts:1130
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