You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.5 KiB
Markdown
28 lines
1.5 KiB
Markdown
# ProjectRead
|
|
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**name** | **str** | |
|
|
**url** | **str** | | [optional] [readonly]
|
|
**id** | **int** | | [optional] [readonly]
|
|
**labels** | [**[Label]**](Label.md) | | [optional] [readonly] if omitted the server will use the default value of []
|
|
**tasks** | **[int]** | | [optional] [readonly]
|
|
**owner** | [**ProjectReadOwner**](ProjectReadOwner.md) | | [optional]
|
|
**assignee** | [**ProjectReadAssignee**](ProjectReadAssignee.md) | | [optional]
|
|
**bug_tracker** | **str** | | [optional]
|
|
**task_subsets** | **[str]** | | [optional] [readonly]
|
|
**created_date** | **datetime** | | [optional] [readonly]
|
|
**updated_date** | **datetime** | | [optional] [readonly]
|
|
**status** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] [readonly]
|
|
**dimension** | **str, none_type** | | [optional] [readonly]
|
|
**organization** | **int, none_type** | | [optional] [readonly]
|
|
**target_storage** | [**ProjectReadTargetStorage**](ProjectReadTargetStorage.md) | | [optional]
|
|
**source_storage** | [**ProjectReadTargetStorage**](ProjectReadTargetStorage.md) | | [optional]
|
|
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|