flywheel.models.project_list_output
ProjectListOutput
Bases: ProjectMixin
analyses property writable
Gets the analyses of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]] | The analyses of this ProjectListOutput |
copy_failure_reason property writable
Gets the copy_failure_reason of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The copy_failure_reason of this ProjectListOutput |
copy_of property writable
Gets the copy_of of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The copy_of of this ProjectListOutput |
copy_status property writable
Gets the copy_status of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The copy_status of this ProjectListOutput |
copyable property writable
Gets the copyable of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
bool | The copyable of this ProjectListOutput |
created property writable
Gets the created of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The created of this ProjectListOutput |
delete_failure_reason property writable
Gets the delete_failure_reason of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The delete_failure_reason of this ProjectListOutput |
delete_status property writable
Gets the delete_status of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The delete_status of this ProjectListOutput |
description property writable
Gets the description of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The description of this ProjectListOutput |
editions property writable
Gets the editions of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
Edition | The editions of this ProjectListOutput |
files property writable
Gets the files of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
list[FileListOutput] | The files of this ProjectListOutput |
group property writable
Gets the group of this ProjectListOutput.
Use group_info instead
Returns:
| Type | Description |
|---|---|
str | The group of this ProjectListOutput |
group_info property writable
Gets the group_info of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
ProjectGroupInfo | The group_info of this ProjectListOutput |
id property writable
Gets the id of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The id of this ProjectListOutput |
info property writable
Gets the info of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
object | The info of this ProjectListOutput |
info_exists property writable
Gets the info_exists of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
bool | The info_exists of this ProjectListOutput |
join_origin property writable
Gets the join_origin of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
JoinOrigins | The join_origin of this ProjectListOutput |
label property writable
Gets the label of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The label of this ProjectListOutput |
ldap_sync property writable
Gets the ldap_sync of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
LdapSyncStatus | The ldap_sync of this ProjectListOutput |
locked property writable
Gets the locked of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
Locked | The locked of this ProjectListOutput |
modified property writable
Gets the modified of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this ProjectListOutput |
notes property writable
Gets the notes of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
list[Note] | The notes of this ProjectListOutput |
original_copy_of property writable
Gets the original_copy_of of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
str | The original_copy_of of this ProjectListOutput |
parents property writable
Gets the parents of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
ProjectParents | The parents of this ProjectListOutput |
permissions property writable
Gets the permissions of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
list[RolePermission] | The permissions of this ProjectListOutput |
providers property writable
Gets the providers of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
Providers | The providers of this ProjectListOutput |
revision property writable
Gets the revision of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
int | The revision of this ProjectListOutput |
settings property writable
Gets the settings of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
ProjectSettingsOutput | The settings of this ProjectListOutput |
stats property writable
Gets the stats of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
ProjectStats | The stats of this ProjectListOutput |
tags property writable
Gets the tags of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this ProjectListOutput |
templates property writable
Gets the templates of this ProjectListOutput.
Returns:
| Type | Description |
|---|---|
list[ProjectTemplate] | The templates of this ProjectListOutput |
__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, label=None, description=None, group=None, group_info=None, parents=None, editions=None, providers=None, ldap_sync=None, permissions=None, files=None, info=None, info_exists=None, notes=None, tags=None, templates=None, join_origin=None, analyses=None, locked=None, copyable=None, copy_status=None, copy_failure_reason=None, copy_of=None, original_copy_of=None, delete_status=None, delete_failure_reason=None, stats=None, revision=None, modified=None, created=None, settings=None)
ProjectListOutput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
label | (str, optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
group | (str, optional) | Use | None |
group_info | (ProjectGroupInfo, optional) | , defaults to None | None |
parents | (ProjectParents, optional) | , defaults to None | None |
editions | (Edition, optional) | , defaults to None | None |
providers | (Providers, optional) | , defaults to None | None |
ldap_sync | (LdapSyncStatus, optional) | , defaults to None | None |
permissions | (list[RolePermission], 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 |
notes | (list[Note], optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
templates | (list[ProjectTemplate], optional) | , defaults to None | None |
join_origin | (JoinOrigins, optional) | , defaults to None | None |
analyses | (list[union[AnalysisListOutput, AnalysisListOutputInflatedJob]], optional) | , defaults to None | None |
locked | (Locked, optional) | , defaults to None | None |
copyable | (bool, optional) | , defaults to None | None |
copy_status | (str, optional) | , defaults to None | None |
copy_failure_reason | (str, optional) | , defaults to None | None |
copy_of | (str, optional) | , defaults to None | None |
original_copy_of | (str, optional) | , defaults to None | None |
delete_status | (str, optional) | , defaults to None | None |
delete_failure_reason | (str, optional) | , defaults to None | None |
stats | (ProjectStats, optional) | , defaults to None | None |
revision | (int, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
settings | (ProjectSettingsOutput, 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