@camunda8/orchestration-cluster-api
Preparing search index...
index
SearchClusterVariablesResponses
Type Alias SearchClusterVariablesResponses
type
SearchClusterVariablesResponses
=
{
"200"
:
SearchQueryResponse
&
{
items
?:
(
ClusterVariableResultBase
&
{
isTruncated
?:
boolean
;
value
?:
string
}
)
[]
;
}
;
}
Index
Properties
200
Properties
200
"200"
:
SearchQueryResponse
&
{
items
?:
(
ClusterVariableResultBase
&
{
isTruncated
?:
boolean
;
value
?:
string
}
)
[]
;
}
Cluster variable search query response.
Type Declaration
Optional
items
?:
(
ClusterVariableResultBase
&
{
isTruncated
?:
boolean
;
value
?:
string
}
)
[]
The matching cluster variables.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
200
@camunda8/orchestration-cluster-api
Loading...
Cluster variable search query response.