Type Alias: AdvancedCategoryFilter
type AdvancedCategoryFilter = object;
Defined in: gen/types.gen.ts:408
Advanced filter
Advanced AuditLogCategoryEnum filter.
Properties
$eq?
optional $eq: AuditLogCategoryEnum;
Defined in: gen/types.gen.ts:412
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:420
Checks if the current property exists.
$in?
optional $in: AuditLogCategoryEnum[];
Defined in: gen/types.gen.ts:424
Checks if the property matches any of the provided values.
$like?
optional $like: LikeFilter;
Defined in: gen/types.gen.ts:425
$neq?
optional $neq: AuditLogCategoryEnum;
Defined in: gen/types.gen.ts:416
Checks for inequality with the provided value.