ServiceFilter class

A complex type that lets you specify the namespaces that you want to list services for.

Constructors

ServiceFilter({required ServiceFilterName name, required List<String> values, FilterCondition? condition})

Properties

condition FilterCondition?
The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:
final
hashCode int
The hash code for this object.
no setterinherited
name ServiceFilterName
Specify NAMESPACE_ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>
The values that are applicable to the value that you specify for Condition to filter the list of services.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited