flywheel.models.project_settings_input
ProjectSettingsInput
Bases: object
cvat property writable
Gets the cvat of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
CVATSettingsInput | The cvat of this ProjectSettingsInput |
deid_profile property writable
Gets the deid_profile of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
union[str,object] | The deid_profile of this ProjectSettingsInput |
external_routing_id property writable
Gets the external_routing_id of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
str | The external_routing_id of this ProjectSettingsInput |
forms property writable
Gets the forms of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
dict(str, list[FormDefinition]) | The forms of this ProjectSettingsInput |
sharing property writable
Gets the sharing of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
ProjectSettingsSharingInput | The sharing of this ProjectSettingsInput |
viewer_apps property writable
Gets the viewer_apps of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
list[ViewerAppInput] | The viewer_apps of this ProjectSettingsInput |
workspaces property writable
Gets the workspaces of this ProjectSettingsInput.
Returns:
| Type | Description |
|---|---|
ProjectSettingsWorkspacesInput | The workspaces of this ProjectSettingsInput |
__contains__(key)
Checks if the given value is a key in this object
__eq__(other)
Returns true if both objects are equal
__getitem__(key)
Returns the value of key
__init__(viewer_apps=None, deid_profile=None, forms=None, external_routing_id=None, sharing=None, workspaces=None, cvat=None)
ProjectSettingsInput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
viewer_apps | (list[ViewerAppInput], optional) | , defaults to None | None |
deid_profile | (union[str, object], optional) | , defaults to None | None |
forms | (dict(str, list[FormDefinition]), optional) | , defaults to None | None |
external_routing_id | (str, optional) | , defaults to None | None |
sharing | (ProjectSettingsSharingInput, optional) | , defaults to None | None |
workspaces | (ProjectSettingsWorkspacesInput, optional) | , defaults to None | None |
cvat | (CVATSettingsInput, optional) | , defaults to None | None |
__ne__(other)
Returns true if both objects are not equal
__repr__()
For print and pprint
__setitem__(key, value)
Sets the value of key
get(key, default=None)
Get the value of the provided json property, or default
items()
Returns the list of json property to value mapping
keys()
Returns the list of json properties in the object
positional_to_model(value) staticmethod
Converts a positional argument to a model value
return_value()
Unwraps return value from model
to_dict()
Returns the model properties as a dict
to_str()
Returns the string representation of the model
values()
Returns the list of values in the object