mgnipy.emgapi_v2_client.models.m_gnify_download_file_index_file module#

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

Bases: object

Parameters:
index_type#
Type:

MGnifyDownloadFileIndexFileIndexType

path#
Type:

str | Unset

url#

Full URL of the index file.

Type:

None | 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: MGnifyDownloadFileIndexFileIndexType#
path: str | Unset#
to_dict()[source]#
Return type:

dict [str , Any ]

url: None | str | Unset#