Files Download Part Status

The FilesDownloadItem class represents the status of a Downloaded files item.

class newsbinpro_client.filesdownloaditem.FilesDownloadItem(value: str)

Bases: object

Represents an item to be downloaded with associated file name and file size.

Attributes:

_file_name (str): The name of the file. _file_size (int): The size of the file in bytes.

property file_name: str
Returns:

The name of the file as a string.

property file_size: int
Returns:

The size of the file in bytes.