flywheel.models.reader_task
ReaderTask
Bases: object
assignee property writable
Gets the assignee of this ReaderTask.
Returns:
| Type | Description |
|---|---|
Assignee | The assignee of this ReaderTask |
batch_number property writable
Gets the batch_number of this ReaderTask.
Returns:
| Type | Description |
|---|---|
int | The batch_number of this ReaderTask |
created property writable
Gets the created of this ReaderTask.
Returns:
| Type | Description |
|---|---|
datetime | The created of this ReaderTask |
creator property writable
Gets the creator of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The creator of this ReaderTask |
description property writable
Gets the description of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The description of this ReaderTask |
due_date property writable
Gets the due_date of this ReaderTask.
Returns:
| Type | Description |
|---|---|
datetime | The due_date of this ReaderTask |
esignature property writable
Gets the esignature of this ReaderTask.
Returns:
| Type | Description |
|---|---|
ESignature | The esignature of this ReaderTask |
id property writable
Gets the id of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The id of this ReaderTask |
item_number property writable
Gets the item_number of this ReaderTask.
Returns:
| Type | Description |
|---|---|
int | The item_number of this ReaderTask |
modified property writable
Gets the modified of this ReaderTask.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this ReaderTask |
parent_ref property writable
Gets the parent_ref of this ReaderTask.
Returns:
| Type | Description |
|---|---|
TaskParentRef | The parent_ref of this ReaderTask |
parents property writable
Gets the parents of this ReaderTask.
Returns:
| Type | Description |
|---|---|
CoreWorkflowsReaderModelsReaderTaskParents | The parents of this ReaderTask |
priority property writable
Gets the priority of this ReaderTask.
Returns:
| Type | Description |
|---|---|
TaskPriority | The priority of this ReaderTask |
protocol_id property writable
Gets the protocol_id of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The protocol_id of this ReaderTask |
protocol_label property writable
Gets the protocol_label of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The protocol_label of this ReaderTask |
staffing_pool property writable
Gets the staffing_pool of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The staffing_pool of this ReaderTask |
status property writable
Gets the status of this ReaderTask.
Returns:
| Type | Description |
|---|---|
LibsWorkflowsModelsTaskStatus | The status of this ReaderTask |
subcategory property writable
Gets the subcategory of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The subcategory of this ReaderTask |
tags property writable
Gets the tags of this ReaderTask.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this ReaderTask |
task_id property writable
Gets the task_id of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The task_id of this ReaderTask |
transitions property writable
Gets the transitions of this ReaderTask.
Returns:
| Type | Description |
|---|---|
StatusTransitions | The transitions of this ReaderTask |
type property writable
Gets the type of this ReaderTask.
Returns:
| Type | Description |
|---|---|
str | The type of this ReaderTask |
__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__(id=None, type=None, task_id=None, batch_number=None, item_number=None, subcategory=None, status=None, assignee=None, creator=None, parent_ref=None, staffing_pool=None, parents=None, created=None, modified=None, due_date=None, description=None, priority=None, protocol_id=None, protocol_label=None, tags=None, transitions=None, esignature=None)
ReaderTask - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
type | (str, optional) | , defaults to None | None |
task_id | (str, optional) | , defaults to None | None |
batch_number | (int, optional) | , defaults to None | None |
item_number | (int, optional) | , defaults to None | None |
subcategory | (str, optional) | , defaults to None | None |
status | (LibsWorkflowsModelsTaskStatus, optional) | , defaults to None | None |
assignee | (Assignee, optional) | , defaults to None | None |
creator | (str, optional) | , defaults to None | None |
parent_ref | (TaskParentRef, optional) | , defaults to None | None |
staffing_pool | (str, optional) | , defaults to None | None |
parents | (CoreWorkflowsReaderModelsReaderTaskParents, optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
due_date | (datetime, optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
priority | (TaskPriority, optional) | , defaults to None | None |
protocol_id | (str, optional) | , defaults to None | None |
protocol_label | (str, optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
transitions | (StatusTransitions, optional) | , defaults to None | None |
esignature | (ESignature, 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