class edgeimpulse_api.models.restore_project_request.RestoreProjectRequest(
**data: Any
)
Config
The type of the None singleton.
project_api_key: pydantic.types.StrictStr
The type of the None singleton.
project_id: pydantic.types.StrictInt
The type of the None singleton.
version_id: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.restore_project_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.restore_project_request.RestoreProjectRequest
edgeimpulse_api.models.restore_project_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.restore_project_request.RestoreProjectRequest
edgeimpulse_api.models.restore_project_request.to_dict(
self
)
edgeimpulse_api.models.restore_project_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.restore_project_request.to_str(
self
) ‑> str