class edgeimpulse_api.models.user_eula.UserEula(
**data: Any
)
Config
The type of the None singleton.
accepted_version: pydantic.types.StrictStr | None
The type of the None singleton.
description: pydantic.types.StrictStr
The type of the None singleton.
latest_version: pydantic.types.StrictStr
The type of the None singleton.
link: pydantic.types.StrictStr
The type of the None singleton.
name: edgeimpulse_api.models.user_eula_name.UserEulaName
The type of the None singleton.
user_is_compliant: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.user_eula.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.user_eula.UserEula
edgeimpulse_api.models.user_eula.from_json(
json_str: str
) ‑> edgeimpulse_api.models.user_eula.UserEula
edgeimpulse_api.models.user_eula.to_dict(
self
)
edgeimpulse_api.models.user_eula.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.user_eula.to_str(
self
) ‑> str