class documentation
class MediaDownloadProgress(object):
Constructor: MediaDownloadProgress(resumable_progress, total_size)
Status of a resumable download.
| Method | __init__ |
Constructor. |
| Method | progress |
Percent of download completed, as a float. |
| Instance Variable | resumable |
Undocumented |
| Instance Variable | total |
Undocumented |