lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

AutoAssignmentResponse

Auto assignment status.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- project_id | float | The id of the project. | success | bool | True if the operation was successful for this project. | error | str | An optional error message if success = false | [optional] errors | list[AssignmentError] | A list of errors if there were any. | [optional] assignments | list[AssignmentDetails] | Assignment details, like which user was assigned and which role. | [optional]

[Back to Model list] [Back to API list] [Back to README]