IArbitraryAttributeFilterBody
Home > @gooddata/sdk-model > IArbitraryAttributeFilterBody
IArbitraryAttributeFilterBody interface
Object defining the IArbitraryAttributeFilter object body.
Signature:
export interface IArbitraryAttributeFilterBody extends IIdentifiableFilter
Extends: IIdentifiableFilter
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Display form whose attribute elements are being filtered | |||
|
boolean |
(Optional) Whether this is a negative filter (NOT IN). | ||
|
Array<string | null> |
Arbitrary values to filter by. These values don't need to exist as actual attribute elements. Use null to represent an empty/missing value. |