ScanflowCaptureCore
2.0.0
ScanflowCaptureCore
/
com.scanflow.datacapture.model
/
Data
Data
data
class
Data
(
val
path
:
String
,
val
useCase
:
String
,
val
presignedUrl
:
String
,
val
id
:
String
,
val
userId
:
String
,
val
createdOn
:
String
)
Content copied to clipboard
Data
Constructors
Properties
Constructors
Data
Link copied to clipboard
fun
Data
(
path
:
String
,
useCase
:
String
,
presignedUrl
:
String
,
id
:
String
,
userId
:
String
,
createdOn
:
String
)
Content copied to clipboard
Create empty Data
Properties
created
On
Link copied to clipboard
@
SerializedName
(
value
=
"createdOn"
)
val
createdOn
:
String
Content copied to clipboard
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
Content copied to clipboard
path
Link copied to clipboard
@
SerializedName
(
value
=
"path"
)
val
path
:
String
Content copied to clipboard
presigned
Url
Link copied to clipboard
@
SerializedName
(
value
=
"presignedUrl"
)
val
presignedUrl
:
String
Content copied to clipboard
use
Case
Link copied to clipboard
@
SerializedName
(
value
=
"useCase"
)
val
useCase
:
String
Content copied to clipboard
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"userId"
)
val
userId
:
String
Content copied to clipboard