sinch.domains.conversation.models.v1.messages.categories.list.list_message module
- class sinch.domains.conversation.models.v1.messages.categories.list.list_message.ListMessage(
- *,
- title: Annotated[str, Strict(strict=True)],
- description: Annotated[str, Strict(strict=True)] | None = None,
- media: MediaProperties | None = None,
- sections: Annotated[list[ListSection], Len(min_length=0, max_length=None)],
- message_properties: ListMessageProperties | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
title (Annotated[str, Strict(strict=True)])
description (Annotated[str, Strict(strict=True)] | None)
media (MediaProperties | None)
sections (Annotated[list[ListSection], Len(min_length=0, max_length=None)])
message_properties (ListMessageProperties | None)
extra_data (Any)
- title: Annotated[str, Strict(strict=True)]
- description: Annotated[str, Strict(strict=True)] | None
- media: MediaProperties | None
- sections: Annotated[list[ListSection], Len(min_length=0, max_length=None)]
- message_properties: ListMessageProperties | 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].