Type Alias: AdvancedResultFilter
type AdvancedResultFilter = object;
Defined in: gen/types.gen.ts:438
Advanced filter
Advanced AuditLogResultEnum filter.
Properties
$eq?
optional $eq: AuditLogResultEnum;
Defined in: gen/types.gen.ts:442
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:450
Checks if the current property exists.
$in?
optional $in: AuditLogResultEnum[];
Defined in: gen/types.gen.ts:454
Checks if the property matches any of the provided values.
$like?
optional $like: LikeFilter;
Defined in: gen/types.gen.ts:455
$neq?
optional $neq: AuditLogResultEnum;
Defined in: gen/types.gen.ts:446
Checks for inequality with the provided value.