flywheel.models.session_list_output
SessionListOutput
Bases: SessionMixin
age property writable
Gets the age of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
int | The age of this SessionListOutput |
analyses property writable
Gets the analyses of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]] | The analyses of this SessionListOutput |
copy_of property writable
Gets the copy_of of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
object | The copy_of of this SessionListOutput |
copy_status property writable
Gets the copy_status of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
CopyStatus | The copy_status of this SessionListOutput |
created property writable
Gets the created of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The created of this SessionListOutput |
files property writable
Gets the files of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
list[FileListOutput] | The files of this SessionListOutput |
group property writable
Gets the group of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The group of this SessionListOutput |
id property writable
Gets the id of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The id of this SessionListOutput |
info property writable
Gets the info of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
object | The info of this SessionListOutput |
info_exists property writable
Gets the info_exists of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
bool | The info_exists of this SessionListOutput |
join_origin property writable
Gets the join_origin of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
JoinOrigins | The join_origin of this SessionListOutput |
label property writable
Gets the label of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The label of this SessionListOutput |
modified property writable
Gets the modified of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this SessionListOutput |
notes property writable
Gets the notes of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
list[Note] | The notes of this SessionListOutput |
operator property writable
Gets the operator of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The operator of this SessionListOutput |
original_copy_of property writable
Gets the original_copy_of of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
object | The original_copy_of of this SessionListOutput |
parents property writable
Gets the parents of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
SessionParents | The parents of this SessionListOutput |
permissions property writable
Gets the permissions of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
list[RolePermission] | The permissions of this SessionListOutput |
project property writable
Gets the project of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The project of this SessionListOutput |
project_has_template property writable
Gets the project_has_template of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
bool | The project_has_template of this SessionListOutput |
revision property writable
Gets the revision of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
int | The revision of this SessionListOutput |
satisfies_template property writable
Gets the satisfies_template of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
bool | The satisfies_template of this SessionListOutput |
subject property writable
Gets the subject of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
SubjectOutputForList | The subject of this SessionListOutput |
tags property writable
Gets the tags of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this SessionListOutput |
timestamp property writable
Gets the timestamp of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The timestamp of this SessionListOutput |
timezone property writable
Gets the timezone of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The timezone of this SessionListOutput |
uid property writable
Gets the uid of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
str | The uid of this SessionListOutput |
weight property writable
Gets the weight of this SessionListOutput.
Returns:
| Type | Description |
|---|---|
float | The weight of this SessionListOutput |
__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, group=None, project=None, parents=None, label=None, uid=None, timestamp=None, timezone=None, permissions=None, tags=None, notes=None, subject=None, age=None, weight=None, operator=None, files=None, info=None, info_exists=None, created=None, modified=None, revision=None, satisfies_template=None, project_has_template=False, join_origin=None, analyses=None, copy_of=None, original_copy_of=None, copy_status=None)
SessionListOutput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
group | (str, optional) | , defaults to None | None |
project | (str, optional) | , defaults to None | None |
parents | (SessionParents, optional) | , defaults to None | None |
label | (str, optional) | , defaults to None | None |
uid | (str, optional) | , defaults to None | None |
timestamp | (datetime, optional) | , defaults to None | None |
timezone | (str, optional) | , defaults to None | None |
permissions | (list[RolePermission], optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
notes | (list[Note], optional) | , defaults to None | None |
subject | (SubjectOutputForList, optional) | , defaults to None | None |
age | (int, optional) | , defaults to None | None |
weight | (float, optional) | , defaults to None | None |
operator | (str, optional) | , defaults to None | None |
files | (list[FileListOutput], optional) | , defaults to None | None |
info | (object, optional) | , defaults to None | None |
info_exists | (bool, optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
revision | (int, optional) | , defaults to None | None |
satisfies_template | (bool, optional) | , defaults to None | None |
project_has_template | (bool, optional) | , defaults to False | False |
join_origin | (JoinOrigins, optional) | , defaults to None | None |
analyses | (list[union[AnalysisListOutput, AnalysisListOutputInflatedJob]], optional) | , defaults to None | None |
copy_of | (object, optional) | , defaults to None | None |
original_copy_of | (object, optional) | , defaults to None | None |
copy_status | (CopyStatus, 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