Skip to content

Base

ITDDatetime

ITDDatetime = datetime

ITDBaseModel

Bases: BaseModel

Pagination

Bases: ITDBaseModel

limit

limit: int

has_more

has_more: bool

next_cursor

next_cursor: str | None

TotalPagination

Bases: ITDBaseModel

total

total: int

has_more

has_more: bool

next_cursor

next_cursor: str | None

PagePagination

Bases: ITDBaseModel

total

total: int

has_more

has_more: bool

limit

limit: int

page

page: int

datetime_from_itd_format

datetime_from_itd_format(val: str) -> datetime

datetime_to_itd_format

datetime_to_itd_format(val: datetime) -> str