INegativeAttributeFilterBody
Home > @gooddata/sdk-model > INegativeAttributeFilterBody
INegativeAttributeFilterBody interface
Object defining the INegativeAttributeFilter object body.
Signature:
export interface INegativeAttributeFilterBody extends IIdentifiableFilter
Extends: IIdentifiableFilter
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayForm | ObjRef | Display form whose attribute elements are included in the 'notIn' list. | |
notIn | IAttributeElements | 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. |