gsdsdk / com.gsd.software.sdk.fileservice.model / FileInfo
data class FileInfo
Created by jmielczarek on 03/08/2020
Name | Summary |
---|---|
<init> | FileInfo(id: String , fileName: String , progress: Int , attempt: Int , filesCount: Int , finishedFilesIds: List < String >, isCancelable: Boolean ) Created by jmielczarek on 03/08/2020 |
Name | Summary |
---|---|
attempt | val attempt: Int |
fileName | val fileName: String |
filesCount | val filesCount: Int |
finishedFilesIds | val finishedFilesIds: List < String > |
id | val id: String |
isCancelable | val isCancelable: Boolean |
progress | val progress: Int |