flywheel.models.reader_batch_create
ReaderBatchCreate
Bases: object
assignee property writable
Gets the assignee of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
Assignee | The assignee of this ReaderBatchCreate |
description property writable
Gets the description of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The description of this ReaderBatchCreate |
due_date property writable
Gets the due_date of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
datetime | The due_date of this ReaderBatchCreate |
filters property writable
Gets the filters of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
BatchCreateFilters | The filters of this ReaderBatchCreate |
priority property writable
Gets the priority of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
TaskPriority | The priority of this ReaderBatchCreate |
project_id property writable
Gets the project_id of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The project_id of this ReaderBatchCreate |
protocol_id property writable
Gets the protocol_id of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The protocol_id of this ReaderBatchCreate |
staffing_pool property writable
Gets the staffing_pool of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The staffing_pool of this ReaderBatchCreate |
status property writable
Gets the status of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
LibsWorkflowsModelsTaskStatus | The status of this ReaderBatchCreate |
subcategory property writable
Gets the subcategory of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The subcategory of this ReaderBatchCreate |
tags property writable
Gets the tags of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this ReaderBatchCreate |
type property writable
Gets the type of this ReaderBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The type of this ReaderBatchCreate |
__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, assignee=None, staffing_pool=None, filters=None, protocol_id=None, project_id=None, description=None, due_date=None, priority=None, status=None, tags=None)
ReaderBatchCreate - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
type | (str, optional) | , defaults to 'reader' | 'reader' |
subcategory | (str, optional) | , defaults to None | None |
assignee | (Assignee, optional) | , defaults to None | None |
staffing_pool | (str, optional) | , defaults to None | None |
filters | (BatchCreateFilters, optional) | , defaults to None | None |
protocol_id | (str, optional) | , defaults to None | None |
project_id | (str, optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
due_date | (datetime, optional) | , defaults to None | None |
priority | (TaskPriority, optional) | , defaults to None | None |
status | (LibsWorkflowsModelsTaskStatus, optional) | , defaults to None | None |
tags | (list[str], 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