class edgeimpulse_api.models.validate_email_response_all_of.ValidateEmailResponseAllOf(
**data: Any
)
Config
The type of the None singleton.
email: pydantic.types.StrictStr
The type of the None singleton.
host: pydantic.types.StrictStr | None
The type of the None singleton.
local: pydantic.types.StrictStr | None
The type of the None singleton.
score: float
The type of the None singleton.
suggestion: pydantic.types.StrictStr | None
The type of the None singleton.
verdict: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.validate_email_response_all_of.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.validate_email_response_all_of.ValidateEmailResponseAllOf
edgeimpulse_api.models.validate_email_response_all_of.from_json(
json_str: str
) ‑> edgeimpulse_api.models.validate_email_response_all_of.ValidateEmailResponseAllOf
edgeimpulse_api.models.validate_email_response_all_of.verdict_validate_enum(
v
)
edgeimpulse_api.models.validate_email_response_all_of.to_dict(
self
)
edgeimpulse_api.models.validate_email_response_all_of.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.validate_email_response_all_of.to_str(
self
) ‑> str