sinch.domains.number_lookup.models.v1.shared.rnd module
- class sinch.domains.number_lookup.models.v1.shared.rnd.Rnd(
- *,
- disconnected: Annotated[bool, Strict(strict=True)] | None = None,
- error: LookupError | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
disconnected (Annotated[bool, Strict(strict=True)] | None)
error (LookupError | None)
extra_data (Any)
- disconnected: Annotated[bool, Strict(strict=True)] | None
- error: LookupError | 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].