Idto¶
Classes¶
- class arshai.core.interfaces.idto.IDTO(**data)[source]¶
Bases:
BaseModelA base class for all DTOs
- class Config[source]¶
Bases:
object- allow_mutation = False¶
- validate_assignment = True¶
- arbitrary_types_allowed = True¶
- smart_union = True¶
- model_config: ClassVar[ConfigDict] = {'allow_mutation': False, 'arbitrary_types_allowed': True, 'smart_union': True, 'validate_assignment': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].