flywheel.models.adjudication_batch_create
AdjudicationBatchCreate
Bases: object
adjudicator_assignee property writable
Gets the adjudicator_assignee of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
Assignee | The adjudicator_assignee of this AdjudicationBatchCreate |
description property writable
Gets the description of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The description of this AdjudicationBatchCreate |
due_date property writable
Gets the due_date of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
datetime | The due_date of this AdjudicationBatchCreate |
filters property writable
Gets the filters of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
BatchCreateFilters | The filters of this AdjudicationBatchCreate |
priority property writable
Gets the priority of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
TaskPriority | The priority of this AdjudicationBatchCreate |
project_id property writable
Gets the project_id of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The project_id of this AdjudicationBatchCreate |
protocol_id property writable
Gets the protocol_id of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
str | The protocol_id of this AdjudicationBatchCreate |
reader_1_assignee property writable
Gets the reader_1_assignee of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
Assignee | The reader_1_assignee of this AdjudicationBatchCreate |
reader_2_assignee property writable
Gets the reader_2_assignee of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
Assignee | The reader_2_assignee of this AdjudicationBatchCreate |
tags property writable
Gets the tags of this AdjudicationBatchCreate.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this AdjudicationBatchCreate |
__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__(protocol_id=None, project_id=None, filters=None, reader_1_assignee=None, reader_2_assignee=None, adjudicator_assignee=None, due_date=None, priority=None, description=None, tags=None)
AdjudicationBatchCreate - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
protocol_id | (str, optional) | , defaults to None | None |
project_id | (str, optional) | , defaults to None | None |
filters | (BatchCreateFilters, optional) | , defaults to None | None |
reader_1_assignee | (Assignee, optional) | , defaults to None | None |
reader_2_assignee | (Assignee, optional) | , defaults to None | None |
adjudicator_assignee | (Assignee, optional) | , defaults to None | None |
due_date | (datetime, optional) | , defaults to None | None |
priority | (TaskPriority, optional) | , defaults to None | None |
description | (str, 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