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