Classes
CreateWhitelabelRequest
| Parameters | |
|---|---|
**data | Any |
| Bases |
|---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
| Class variables | |
|---|---|
Config | |
allow_free_projects | pydantic.v1.types.StrictBool | None |
allow_password_auth | pydantic.v1.types.StrictBool | None |
allow_signup | pydantic.v1.types.StrictBool | None |
deployment_targets | List[pydantic.v1.types.StrictStr] | None |
documentation_url | pydantic.v1.types.StrictStr | None |
domain | pydantic.v1.types.StrictStr |
expose_public_projects | pydantic.v1.types.StrictBool | None |
identity_providers | List[pydantic.v1.types.StrictStr] | None |
learning_blocks | List[pydantic.v1.types.StrictStr] | None |
name | pydantic.v1.types.StrictStr |
organizations_limit | pydantic.v1.types.StrictInt | None |
owner_organization_id | pydantic.v1.types.StrictInt |
sandboxed | pydantic.v1.types.StrictBool | None |
STATIC METHODS
from_dict
| Parameters | |
|---|---|
obj | dict |
| Returns |
|---|
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest |
from_json
| Parameters | |
|---|---|
json_str | str |
| Returns |
|---|
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest |
METHODS
to_dict
| Parameters | |
|---|---|
self | |
to_json
| Parameters | |
|---|---|
self | |
indent=None | |
| Returns |
|---|
str |
to_str
| Parameters | |
|---|---|
self | |
| Returns |
|---|
str |