IMatchAttributeFilterBody
Home > @gooddata/sdk-model > IMatchAttributeFilterBody
IMatchAttributeFilterBody interface
Object defining the IMatchAttributeFilter object body.
Signature:
export interface IMatchAttributeFilterBody extends IIdentifiableFilter
Extends: IIdentifiableFilter
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Whether the literal matching is case sensitive | ||
|
Display form to apply the match filter on | |||
|
string |
Literal string to match (cannot be empty for valid filter) | ||
|
boolean |
(Optional) Whether to negate the match (NOT LIKE) | ||
|
Match operator |