mgnipy.emgapi_v2_client.models.download_file_index_file module#

class mgnipy.emgapi_v2_client.models.download_file_index_file.DownloadFileIndexFile(index_type, path=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

Bases: object

An index file (e.g., a .fai for a FASTA file of .gzi for a bgzip file) of a DownloadFile.

Parameters:
index_type#
Type:

DownloadFileIndexFileIndexType

path#
Type:

str | Unset

property additional_keys: list [str ]#
additional_properties: dict [str , Any ]#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

index_type: DownloadFileIndexFileIndexType#
path: str | Unset#
to_dict()[source]#
Return type:

dict [str , Any ]