mgnipy.emgapi_v2_client.models.m_gnify_analysis_download_file module#

class mgnipy.emgapi_v2_client.models.m_gnify_analysis_download_file.MGnifyAnalysisDownloadFile(file_type, download_type, short_description, long_description, alias, download_group=<mgnipy.emgapi_v2_client.types.Unset object>, path=<mgnipy.emgapi_v2_client.types.Unset object>, file_size_bytes=<mgnipy.emgapi_v2_client.types.Unset object>, index_file=<mgnipy.emgapi_v2_client.types.Unset object>, parent_identifier=<mgnipy.emgapi_v2_client.types.Unset object>, parent_is_private=<mgnipy.emgapi_v2_client.types.Unset object>, parent_results_dir=<mgnipy.emgapi_v2_client.types.Unset object>, index_files=<mgnipy.emgapi_v2_client.types.Unset object>, url=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

Bases: object

Parameters:
file_type#
Type:

DownloadFileType

download_type#
Type:

DownloadType

short_description#

Brief description of the file

Type:

str

long_description#

Detailed description of the file

Type:

str

alias#
Type:

str

download_group#

Group identifier for the download

Type:

None | str | Unset

path#
Type:

str | Unset

file_size_bytes#
Type:

int | None | Unset

index_file#
Type:

DownloadFileIndexFile | list [DownloadFileIndexFile] | None | Unset

parent_identifier#
Type:

int | str | Unset

parent_is_private#
Type:

bool | None | Unset

parent_results_dir#
Type:

None | str | Unset

index_files#
Type:

list [MGnifyDownloadFileIndexFile] | None | Unset

url#
Type:

None | str | Unset

property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
alias: str #
download_group: None | str | Unset#
download_type: DownloadType#
file_size_bytes: int | None | Unset#
file_type: DownloadFileType#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

index_file: DownloadFileIndexFile | list [DownloadFileIndexFile] | None | Unset#
index_files: list [MGnifyDownloadFileIndexFile] | None | Unset#
long_description: str #
parent_identifier: int | str | Unset#
parent_is_private: bool | None | Unset#
parent_results_dir: None | str | Unset#
path: str | Unset#
short_description: str #
to_dict()[source]#
Return type:

dict [str , Any ]

url: None | str | Unset#