Type Alias: ClusterVariableSearchResult
type ClusterVariableSearchResult = ClusterVariableResultBase & object;
Defined in: gen/types.gen.ts:1145
Cluster variable search response item.
Type Declaration
isTruncated?
optional isTruncated: boolean;
Whether the value is truncated or not.
value?
optional value: string;
Value of this cluster variable. Can be truncated.