class edgeimpulse_api.models.add_project_api_key_request.AddProjectApiKeyRequest(
**data: Any
)
Config
The type of the None singleton.
api_key: pydantic.types.StrictStr | None
The type of the None singleton.
is_development_key: pydantic.types.StrictBool
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
role: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.add_project_api_key_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.add_project_api_key_request.AddProjectApiKeyRequest
edgeimpulse_api.models.add_project_api_key_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.add_project_api_key_request.AddProjectApiKeyRequest
edgeimpulse_api.models.add_project_api_key_request.role_validate_enum(
v
)
edgeimpulse_api.models.add_project_api_key_request.to_dict(
self
)
edgeimpulse_api.models.add_project_api_key_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.add_project_api_key_request.to_str(
self
) ‑> str