condition property

FilterCondition? condition
final

The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

  • EQ: When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
  • IN: When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
  • BETWEEN: Not applicable

Implementation

final FilterCondition? condition;