Skip to content

flywheel.models.project_output

ProjectOutput

Bases: ProjectMixin

analyses property writable

Gets the analyses of this ProjectOutput.

Returns:

Type Description
list[union[AnalysisOutput,AnalysisOutputInflatedJob]]

The analyses of this ProjectOutput

copy_failure_reason property writable

Gets the copy_failure_reason of this ProjectOutput.

Returns:

Type Description
str

The copy_failure_reason of this ProjectOutput

copy_of property writable

Gets the copy_of of this ProjectOutput.

Returns:

Type Description
str

The copy_of of this ProjectOutput

copy_status property writable

Gets the copy_status of this ProjectOutput.

Returns:

Type Description
CopyStatus

The copy_status of this ProjectOutput

copyable property writable

Gets the copyable of this ProjectOutput.

Returns:

Type Description
bool

The copyable of this ProjectOutput

created property writable

Gets the created of this ProjectOutput.

Returns:

Type Description
datetime

The created of this ProjectOutput

delete_failure_reason property writable

Gets the delete_failure_reason of this ProjectOutput.

Returns:

Type Description
str

The delete_failure_reason of this ProjectOutput

delete_status property writable

Gets the delete_status of this ProjectOutput.

Returns:

Type Description
DeleteStatus

The delete_status of this ProjectOutput

description property writable

Gets the description of this ProjectOutput.

Returns:

Type Description
str

The description of this ProjectOutput

editions property writable

Gets the editions of this ProjectOutput.

Returns:

Type Description
Edition

The editions of this ProjectOutput

files property writable

Gets the files of this ProjectOutput.

Returns:

Type Description
list[FileOutput]

The files of this ProjectOutput

group property writable

Gets the group of this ProjectOutput.

Use group_info instead

Returns:

Type Description
str

The group of this ProjectOutput

group_info property writable

Gets the group_info of this ProjectOutput.

Returns:

Type Description
ProjectGroupInfo

The group_info of this ProjectOutput

id property writable

Gets the id of this ProjectOutput.

Returns:

Type Description
str

The id of this ProjectOutput

info property writable

Gets the info of this ProjectOutput.

Returns:

Type Description
object

The info of this ProjectOutput

info_exists property writable

Gets the info_exists of this ProjectOutput.

Returns:

Type Description
bool

The info_exists of this ProjectOutput

join_origin property writable

Gets the join_origin of this ProjectOutput.

Returns:

Type Description
JoinOrigins

The join_origin of this ProjectOutput

label property writable

Gets the label of this ProjectOutput.

Returns:

Type Description
str

The label of this ProjectOutput

ldap_sync property writable

Gets the ldap_sync of this ProjectOutput.

Returns:

Type Description
LdapSyncStatus

The ldap_sync of this ProjectOutput

locked property writable

Gets the locked of this ProjectOutput.

Returns:

Type Description
Locked

The locked of this ProjectOutput

modified property writable

Gets the modified of this ProjectOutput.

Returns:

Type Description
datetime

The modified of this ProjectOutput

notes property writable

Gets the notes of this ProjectOutput.

Returns:

Type Description
list[Note]

The notes of this ProjectOutput

original_copy_of property writable

Gets the original_copy_of of this ProjectOutput.

Returns:

Type Description
str

The original_copy_of of this ProjectOutput

parents property writable

Gets the parents of this ProjectOutput.

Returns:

Type Description
ProjectParents

The parents of this ProjectOutput

permissions property writable

Gets the permissions of this ProjectOutput.

Returns:

Type Description
list[RolePermission]

The permissions of this ProjectOutput

providers property writable

Gets the providers of this ProjectOutput.

Returns:

Type Description
Providers

The providers of this ProjectOutput

revision property writable

Gets the revision of this ProjectOutput.

Returns:

Type Description
int

The revision of this ProjectOutput

settings property writable

Gets the settings of this ProjectOutput.

Returns:

Type Description
ProjectSettingsOutput

The settings of this ProjectOutput

stats property writable

Gets the stats of this ProjectOutput.

Returns:

Type Description
ProjectStats

The stats of this ProjectOutput

tags property writable

Gets the tags of this ProjectOutput.

Returns:

Type Description
list[str]

The tags of this ProjectOutput

templates property writable

Gets the templates of this ProjectOutput.

Returns:

Type Description
list[ProjectTemplate]

The templates of this ProjectOutput

__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, settings=None, locked=None, revision=None, modified=None, created=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)

ProjectOutput - 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 group_info instead, defaults to None

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[FileOutput], 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[AnalysisOutput, AnalysisOutputInflatedJob]], optional)

, defaults to None

None
settings (ProjectSettingsOutput, optional)

, defaults to None

None
locked (Locked, 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
copyable (bool, optional)

, defaults to None

None
copy_status (CopyStatus, 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 (DeleteStatus, optional)

, defaults to None

None
delete_failure_reason (str, optional)

, defaults to None

None
stats (ProjectStats, 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