Type Alias: AdvancedEntityTypeFilter
type AdvancedEntityTypeFilter = object;
Defined in: gen/types.gen.ts:348
Advanced filter
Advanced AuditLogEntityTypeEnum filter.
Properties
$eq?
optional $eq: AuditLogEntityTypeEnum;
Defined in: gen/types.gen.ts:352
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:360
Checks if the current property exists.
$in?
optional $in: AuditLogEntityTypeEnum[];
Defined in: gen/types.gen.ts:364
Checks if the property matches any of the provided values.
$like?
optional $like: LikeFilter;
Defined in: gen/types.gen.ts:365
$neq?
optional $neq: AuditLogEntityTypeEnum;
Defined in: gen/types.gen.ts:356
Checks for inequality with the provided value.