Type Alias: SearchClusterVariablesResponses
type SearchClusterVariablesResponses = object;
Defined in: gen/types.gen.ts:8844
Properties
200
200: SearchQueryResponse & object;
Defined in: gen/types.gen.ts:8848
Cluster variable search query response.
Type Declaration
items?
optional items: ClusterVariableResultBase & object[];
The matching cluster variables.