notIn
Home > @gooddata/sdk-model > INegativeAttributeFilterBody > notIn
INegativeAttributeFilterBody.notIn property
Attribute elements to filter out. The attribute elements can be specified either using their human readable value or by using they URI = the primary key. Using either representation has the same effect. While using human readable representation may be more readable in the client code, the using URI will likely have better performance on the backend.
Signature:
notIn: IAttributeElements;