sinch.domains.voice.models.v2.shared.pagination_links module
- class sinch.domains.voice.models.v2.shared.pagination_links.PaginationLinks(
- *,
- first: Annotated[str, Strict(strict=True)],
- last: Annotated[str, Strict(strict=True)],
- next: Annotated[str, Strict(strict=True)] | None = None,
- prev: Annotated[str, Strict(strict=True)] | None = None,
- self: Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
BaseConfigModel- Parameters:
first (Annotated[str, Strict(strict=True)])
last (Annotated[str, Strict(strict=True)])
next (Annotated[str, Strict(strict=True)] | None)
prev (Annotated[str, Strict(strict=True)] | None)
self (Annotated[str, Strict(strict=True)])
extra_data (Any)
- first: Annotated[str, Strict(strict=True)]
- last: Annotated[str, Strict(strict=True)]
- next: Annotated[str, Strict(strict=True)] | None
- prev: Annotated[str, Strict(strict=True)] | None
- self_: Annotated[str, Strict(strict=True)]
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- model_post_init(_BaseConfigModel__context: Any) → None
Marks applied non-
Nonedefaults as set.- Parameters:
_BaseConfigModel__context (Any)
- Return type:
None