sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.line_notification_message_template_message module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.line_notification_message_template_message.LineNotificationMessageTemplateMessage(
- *,
- template_key: Annotated[str, Strict(strict=True)],
- body: LineNotificationMessageTemplateBody | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
template_key (Annotated[str, Strict(strict=True)])
body (LineNotificationMessageTemplateBody | None)
extra_data (Any)
- template_key: Annotated[str, Strict(strict=True)]
- body: LineNotificationMessageTemplateBody | 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].