sinch.domains.numbers.models.v1.response.event_destination_response module

class sinch.domains.numbers.models.v1.response.event_destination_response.EventDestinationResponse(
*,
projectId: Annotated[str, Strict(strict=True)] | None = None,
hmacSecret: Annotated[str, Strict(strict=True)] | None = None,
**extra_data: Any,
)[source]

Bases: SnakeCaseExtrasModel

Parameters:
  • projectId (Annotated[str, Strict(strict=True)] | None)

  • hmacSecret (Annotated[str, Strict(strict=True)] | None)

  • extra_data (Any)

project_id: Annotated[str, Strict(strict=True)] | None
hmac_secret: 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].