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.
38 lines
2.1 KiB
Markdown
38 lines
2.1 KiB
Markdown
# TaskRead
|
|
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**url** | **str** | | [optional] [readonly]
|
|
**id** | **int** | | [optional] [readonly]
|
|
**name** | **str** | | [optional] [readonly]
|
|
**project_id** | **int, none_type** | | [optional]
|
|
**mode** | **str** | | [optional] [readonly]
|
|
**owner** | [**BasicUser**](BasicUser.md) | | [optional]
|
|
**assignee** | [**CommentReadOwner**](CommentReadOwner.md) | | [optional]
|
|
**bug_tracker** | **str** | | [optional] [readonly]
|
|
**created_date** | **datetime** | | [optional] [readonly]
|
|
**updated_date** | **datetime** | | [optional] [readonly]
|
|
**overlap** | **int** | | [optional] [readonly]
|
|
**segment_size** | **int** | | [optional] [readonly]
|
|
**status** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] [readonly]
|
|
**labels** | [**[Label]**](Label.md) | | [optional]
|
|
**segments** | [**[Segment]**](Segment.md) | | [optional] [readonly]
|
|
**data_chunk_size** | **int, none_type** | | [optional] [readonly]
|
|
**data_compressed_chunk_type** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] [readonly]
|
|
**data_original_chunk_type** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] [readonly]
|
|
**size** | **int** | | [optional] [readonly]
|
|
**image_quality** | **int** | | [optional] [readonly]
|
|
**data** | **int** | | [optional] [readonly]
|
|
**dimension** | **str** | | [optional]
|
|
**subset** | **str** | | [optional] [readonly]
|
|
**organization** | **int, none_type** | | [optional] [readonly]
|
|
**target_storage** | [**TaskReadTargetStorage**](TaskReadTargetStorage.md) | | [optional]
|
|
**source_storage** | [**TaskReadTargetStorage**](TaskReadTargetStorage.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)
|
|
|
|
|