Skip to content

flywheel.models.file_list_output

FileListOutput

Bases: FileMixin

classification property writable

Gets the classification of this FileListOutput.

Returns:

Type Description
dict(str, list[str])

The classification of this FileListOutput

client_hash property writable

Gets the client_hash of this FileListOutput.

Returns:

Type Description
str

The client_hash of this FileListOutput

copy_of property writable

Gets the copy_of of this FileListOutput.

Returns:

Type Description
FileVersionCopyOf

The copy_of of this FileListOutput

created property writable

Gets the created of this FileListOutput.

Returns:

Type Description
datetime

The created of this FileListOutput

cvat property writable

Gets the cvat of this FileListOutput.

Returns:

Type Description
CVATInfo

The cvat of this FileListOutput

deid_log_id property writable

Gets the deid_log_id of this FileListOutput.

Returns:

Type Description
str

The deid_log_id of this FileListOutput

deid_log_skip_reason property writable

Gets the deid_log_skip_reason of this FileListOutput.

Returns:

Type Description
DeidLogSkipReason

The deid_log_skip_reason of this FileListOutput

deleted property writable

Gets the deleted of this FileListOutput.

Returns:

Type Description
datetime

The deleted of this FileListOutput

file_group property writable

Gets the file_group of this FileListOutput.

Returns:

Type Description
FileGroup

The file_group of this FileListOutput

file_id property writable

Gets the file_id of this FileListOutput.

Returns:

Type Description
str

The file_id of this FileListOutput

gear_info property writable

Gets the gear_info of this FileListOutput.

Returns:

Type Description
FileGearInfo

The gear_info of this FileListOutput

hash property writable

Gets the hash of this FileListOutput.

Returns:

Type Description
str

The hash of this FileListOutput

id property writable

Gets the id of this FileListOutput.

Returns:

Type Description
str

The id of this FileListOutput

info property writable

Gets the info of this FileListOutput.

Returns:

Type Description
object

The info of this FileListOutput

info_exists property writable

Gets the info_exists of this FileListOutput.

Returns:

Type Description
bool

The info_exists of this FileListOutput

mimetype property writable

Gets the mimetype of this FileListOutput.

Returns:

Type Description
str

The mimetype of this FileListOutput

modality property writable

Gets the modality of this FileListOutput.

Returns:

Type Description
str

The modality of this FileListOutput

modified property writable

Gets the modified of this FileListOutput.

Returns:

Type Description
datetime

The modified of this FileListOutput

name property writable

Gets the name of this FileListOutput.

Returns:

Type Description
str

The name of this FileListOutput

origin property writable

Gets the origin of this FileListOutput.

Returns:

Type Description
Origin

The origin of this FileListOutput

original_copy_of property writable

Gets the original_copy_of of this FileListOutput.

Returns:

Type Description
FileVersion

The original_copy_of of this FileListOutput

parent_ref property writable

Gets the parent_ref of this FileListOutput.

Returns:

Type Description
ContainerReference

The parent_ref of this FileListOutput

parents property writable

Gets the parents of this FileListOutput.

Returns:

Type Description
FileParents

The parents of this FileListOutput

path property writable

Gets the path of this FileListOutput.

Returns:

Type Description
str

The path of this FileListOutput

provider_id property writable

Gets the provider_id of this FileListOutput.

Returns:

Type Description
str

The provider_id of this FileListOutput

reference property writable

Gets the reference of this FileListOutput.

Returns:

Type Description
bool

The reference of this FileListOutput

replaced property writable

Gets the replaced of this FileListOutput.

Returns:

Type Description
datetime

The replaced of this FileListOutput

restored_by property writable

Gets the restored_by of this FileListOutput.

Returns:

Type Description
Origin

The restored_by of this FileListOutput

restored_from property writable

Gets the restored_from of this FileListOutput.

Returns:

Type Description
int

The restored_from of this FileListOutput

revision property writable

Gets the revision of this FileListOutput.

Returns:

Type Description
int

The revision of this FileListOutput

size property writable

Gets the size of this FileListOutput.

Returns:

Type Description
int

The size of this FileListOutput

tags property writable

Gets the tags of this FileListOutput.

Returns:

Type Description
list[str]

The tags of this FileListOutput

type property writable

Gets the type of this FileListOutput.

Returns:

Type Description
str

The type of this FileListOutput

version property writable

Gets the version of this FileListOutput.

Returns:

Type Description
int

The version of this FileListOutput

virus_scan property writable

Gets the virus_scan of this FileListOutput.

Returns:

Type Description
VirusScan

The virus_scan of this FileListOutput

zip_member_count property writable

Gets the zip_member_count of this FileListOutput.

Returns:

Type Description
int

The zip_member_count of this FileListOutput

__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, name=None, type=None, mimetype=None, file_id=None, version=None, modality=None, deid_log_id=None, deid_log_skip_reason=None, classification=None, tags=None, provider_id=None, path=None, reference=None, restored_from=None, restored_by=None, parent_ref=None, parents=None, origin=None, virus_scan=None, created=None, modified=None, replaced=None, deleted=None, size=None, hash=None, info=None, info_exists=False, cvat=None, zip_member_count=None, gear_info=None, copy_of=None, original_copy_of=None, revision=None, file_group=None, client_hash=None)

FileListOutput - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

, defaults to None

None
name (str, optional)

, defaults to None

None
type (str, optional)

, defaults to None

None
mimetype (str, optional)

, defaults to None

None
file_id (str, optional)

, defaults to None

None
version (int, optional)

, defaults to None

None
modality (str, optional)

, defaults to None

None
deid_log_id (str, optional)

, defaults to None

None
deid_log_skip_reason (DeidLogSkipReason, optional)

, defaults to None

None
classification (dict(str, list[str]), optional)

, defaults to None

None
tags (list[str], optional)

, defaults to None

None
provider_id (str, optional)

, defaults to None

None
path (str, optional)

, defaults to None

None
reference (bool, optional)

, defaults to None

None
restored_from (int, optional)

, defaults to None

None
restored_by (Origin, optional)

, defaults to None

None
parent_ref (ContainerReference, optional)

, defaults to None

None
parents (FileParents, optional)

, defaults to None

None
origin (Origin, optional)

, defaults to None

None
virus_scan (VirusScan, optional)

, defaults to None

None
created (datetime, optional)

, defaults to None

None
modified (datetime, optional)

, defaults to None

None
replaced (datetime, optional)

, defaults to None

None
deleted (datetime, optional)

, defaults to None

None
size (int, optional)

, defaults to None

None
hash (str, optional)

, defaults to None

None
info (object, optional)

, defaults to None

None
info_exists (bool, optional)

, defaults to False

False
cvat (CVATInfo, optional)

, defaults to None

None
zip_member_count (int, optional)

, defaults to None

None
gear_info (FileGearInfo, optional)

, defaults to None

None
copy_of (FileVersionCopyOf, optional)

, defaults to None

None
original_copy_of (FileVersion, optional)

, defaults to None

None
revision (int, optional)

, defaults to None

None
file_group (FileGroup, optional)

, defaults to None

None
client_hash (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