class edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest(
**data: Any
)
Config
The type of the None singleton.
allow_free_projects: pydantic.types.StrictBool | None
The type of the None singleton.
allow_password_auth: pydantic.types.StrictBool | None
The type of the None singleton.
allow_signup: pydantic.types.StrictBool | None
The type of the None singleton.
deployment_targets: List[pydantic.types.StrictStr] | None
The type of the None singleton.
documentation_url: pydantic.types.StrictStr | None
The type of the None singleton.
domain: pydantic.types.StrictStr
The type of the None singleton.
expose_public_projects: pydantic.types.StrictBool | None
The type of the None singleton.
identity_providers: List[pydantic.types.StrictStr] | None
The type of the None singleton.
learning_blocks: List[pydantic.types.StrictStr] | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
organizations_limit: pydantic.types.StrictInt | None
The type of the None singleton.
owner_organization_id: pydantic.types.StrictInt
The type of the None singleton.
sandboxed: pydantic.types.StrictBool | None
The type of the None singleton.
edgeimpulse_api.models.create_whitelabel_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest
edgeimpulse_api.models.create_whitelabel_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest
edgeimpulse_api.models.create_whitelabel_request.to_dict(
self
)
edgeimpulse_api.models.create_whitelabel_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.create_whitelabel_request.to_str(
self
) ‑> str