DocumentSource

data class DocumentSource(type: DocumentSource.SourceType, url: String, imagePreview: String)

See also

Constructors

DocumentSource
Link copied to clipboard
fun DocumentSource(type: DocumentSource.SourceType, url: String, imagePreview: String)

Types

Companion
Link copied to clipboard
object Companion
SourceType
Link copied to clipboard
enum SourceType : Enum<DocumentSource.SourceType> , KeyedEnum

Properties

imagePreview
Link copied to clipboard
val imagePreview: String
type
Link copied to clipboard
val type: DocumentSource.SourceType
url
Link copied to clipboard
val url: String