sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_tail module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_tail.KakaoTalkCarouselTail(
- *,
- link_mo: Annotated[str, Strict(strict=True)],
- link_pc: Annotated[str, Strict(strict=True)] | None = None,
- scheme_ios: Annotated[str, Strict(strict=True)] | None = None,
- scheme_android: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
link_mo (Annotated[str, Strict(strict=True)])
link_pc (Annotated[str, Strict(strict=True)] | None)
scheme_ios (Annotated[str, Strict(strict=True)] | None)
scheme_android (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- link_mo: Annotated[str, Strict(strict=True)]
- link_pc: Annotated[str, Strict(strict=True)] | None
- scheme_ios: Annotated[str, Strict(strict=True)] | None
- scheme_android: 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].