storage-api
1.0.3-rc
androidJvm
storage-api
/
com.omh.android.storage.api.domain.usecase
/
DownloadFileUseCaseParams
Download
File
Use
Case
Params
data
class
DownloadFileUseCaseParams
(
val
fileId
:
String
,
val
mimeType
:
String
?
)
Members
Constructors
Download
File
Use
Case
Params
Link copied to clipboard
constructor
(
fileId
:
String
,
mimeType
:
String
?
)
Properties
file
Id
Link copied to clipboard
val
fileId
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
?