DateTimeFilterParam#

class nemo_microservices.types.DateTimeFilterParam

Bases: TypedDict

eq: str

Filter for dates equal to this value.

gt: str

Filter for dates greater than this value.

gte: str

Filter for dates greater than or equal to this value.

lt: str

Filter for dates less than this value.

lte: str

Filter for dates less than or equal to this value.

neq: str

Filter for dates not equal to this value.