sinch.domains.sms.models.inbounds.responses module

class sinch.domains.sms.models.inbounds.responses.SinchListInboundMessagesResponse(
page: str,
page_size: str,
count: str,
inbounds: List[sinch.domains.sms.models.inbounds.InboundMessage],
)[source]

Bases: SinchBaseModel

Parameters:
  • page (str)

  • page_size (str)

  • count (str)

  • inbounds (List[InboundMessage])

page: str
page_size: str
count: str
inbounds: List[InboundMessage]
class sinch.domains.sms.models.inbounds.responses.GetInboundMessagesResponse(
type: str,
id: str,
from_: str,
to: str,
body: str,
operator_id: str,
send_at: str,
received_at: str,
client_reference: str,
)[source]

Bases: InboundMessage

Parameters:
  • type (str)

  • id (str)

  • from_ (str)

  • to (str)

  • body (str)

  • operator_id (str)

  • send_at (str)

  • received_at (str)

  • client_reference (str)