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.EQis the default condition and can be omitted.
- 
IN: When you specifyIN, specify a list of the IDs for the namespaces that you wantListServicesto return a list of services for.
- 
BETWEEN: Not applicable.
Implementation
final FilterCondition? condition;