Sensibill Android SDK
androidJvm
Sensibill Core
/
com.getsensibill.core.apimodule.documents.model.api
/
DocumentSource
Document
Source
data
class
DocumentSource
(
val
type
:
DocumentSource.SourceType
,
val
url
:
String
,
val
imagePreview
:
String
)
See also
Document
Source
Dto
Members
Constructors
Document
Source
Link copied to clipboard
constructor
(
type
:
DocumentSource.SourceType
,
url
:
String
,
imagePreview
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Source
Type
Link copied to clipboard
enum
SourceType
:
Enum
<
DocumentSource.SourceType
>
,
KeyedEnum
Properties
image
Preview
Link copied to clipboard
val
imagePreview
:
String
type
Link copied to clipboard
val
type
:
DocumentSource.SourceType
url
Link copied to clipboard
val
url
:
String