| Name | Summary |
|---|---|
assetFileId | abstract val assetFileId: String The API has been deprecated. Please use AssetFileDownloadUpdate.asset_id instead. |
assetId | abstract val assetId: String ID of the asset file. It can be retrieved using horizon.platform.assetfile.models.AssetDetails.assetId. |
bytesTotal | abstract val bytesTotal: Long This field is of type uint and represents the total number of bytes in the asset file. |
bytesTransferred | abstract val bytesTransferred: Long An integer represents the number of bytes that have been downloaded. -1 If the download hasn’t started yet. |
completed | abstract val completed: Boolean This field is of type boolean and indicates whether the download has been completed or not. |
json | open val json: String |