Skip to content

flywheel.models.reader_task_create

ReaderTaskCreate

Bases: object

assignee property writable

Gets the assignee of this ReaderTaskCreate.

Returns:

Type Description
Assignee

The assignee of this ReaderTaskCreate

created property writable

Gets the created of this ReaderTaskCreate.

Returns:

Type Description
datetime

The created of this ReaderTaskCreate

creator property writable

Gets the creator of this ReaderTaskCreate.

Returns:

Type Description
str

The creator of this ReaderTaskCreate

description property writable

Gets the description of this ReaderTaskCreate.

Returns:

Type Description
str

The description of this ReaderTaskCreate

due_date property writable

Gets the due_date of this ReaderTaskCreate.

Returns:

Type Description
datetime

The due_date of this ReaderTaskCreate

modified property writable

Gets the modified of this ReaderTaskCreate.

Returns:

Type Description
datetime

The modified of this ReaderTaskCreate

parent_ref property writable

Gets the parent_ref of this ReaderTaskCreate.

Returns:

Type Description
TaskParentRefInput

The parent_ref of this ReaderTaskCreate

priority property writable

Gets the priority of this ReaderTaskCreate.

Returns:

Type Description
TaskPriority

The priority of this ReaderTaskCreate

protocol_id property writable

Gets the protocol_id of this ReaderTaskCreate.

Returns:

Type Description
str

The protocol_id of this ReaderTaskCreate

staffing_pool property writable

Gets the staffing_pool of this ReaderTaskCreate.

Returns:

Type Description
str

The staffing_pool of this ReaderTaskCreate

status property writable

Gets the status of this ReaderTaskCreate.

Returns:

Type Description
LibsWorkflowsModelsTaskStatus

The status of this ReaderTaskCreate

subcategory property writable

Gets the subcategory of this ReaderTaskCreate.

Returns:

Type Description
str

The subcategory of this ReaderTaskCreate

tags property writable

Gets the tags of this ReaderTaskCreate.

Returns:

Type Description
list[str]

The tags of this ReaderTaskCreate

transitions property writable

Gets the transitions of this ReaderTaskCreate.

Returns:

Type Description
StatusTransitions

The transitions of this ReaderTaskCreate

type property writable

Gets the type of this ReaderTaskCreate.

Returns:

Type Description
str

The type of this ReaderTaskCreate

__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__(type='reader', subcategory=None, status=None, assignee=None, creator=None, parent_ref=None, staffing_pool=None, created=None, modified=None, due_date=None, description=None, priority=None, protocol_id=None, tags=None, transitions=None)

ReaderTaskCreate - a model defined in Swagger

Parameters:

Name Type Description Default
type (str, optional)

, defaults to 'reader'

'reader'
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 (TaskParentRefInput, optional)

, defaults to None

None
staffing_pool (str, 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
tags (list[str], optional)

, defaults to None

None
transitions (StatusTransitions, 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