sinch.domains.conversation.models.v1.apps.types.retention_policy_dict module

class sinch.domains.conversation.models.v1.apps.types.retention_policy_dict.RetentionPolicyDict[source]

Bases: TypedDict

retention_type: NotRequired[Literal['MESSAGE_EXPIRE_POLICY', 'CONVERSATION_EXPIRE_POLICY', 'PERSIST_RETENTION_POLICY'] | Annotated[str, Strict(strict=True)]]
ttl_days: NotRequired[int]