sinch.domains.conversation.models.v1.messages.shared.organization_info module
- class sinch.domains.conversation.models.v1.messages.shared.organization_info.OrganizationInfo(
- *,
- company: Annotated[str, Strict(strict=True)] | None = None,
- department: Annotated[str, Strict(strict=True)] | None = None,
- title: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
company (Annotated[str, Strict(strict=True)] | None)
department (Annotated[str, Strict(strict=True)] | None)
title (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- company: Annotated[str, Strict(strict=True)] | None
- department: Annotated[str, Strict(strict=True)] | None
- title: Annotated[str, Strict(strict=True)] | None
- 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].