condition property
The operator that you want to use to determine whether a service is returned
by ListServices
. Valid values for Condition
include the following:
-
EQ
: When you specifyEQ
, specify one namespace ID forValues
.EQ
is the default condition and can be omitted. -
IN
: When you specifyIN
, specify a list of the IDs for the namespaces that you wantListServices
to return a list of services for. -
BETWEEN
: Not applicable.
Implementation
final FilterCondition? condition;