Type Alias: ClusterVariableSearchResult
type ClusterVariableSearchResult = ClusterVariableResultBase & object;
Cluster variable search response item.
Type Declaration
isTruncated
isTruncated: boolean;
Whether the value is truncated or not.
value
value: string;
Value of this cluster variable. Can be truncated.