MessageAttachmentDraftEntity

data class MessageAttachmentDraftEntity(val uuid: String, val versionId: String, val conversationId: ConversationIDEntity, val mimeType: String, val fileName: String, val fileSize: Long, val dataPath: String, val nodePath: String, val uploadStatus: String, val assetHeight: Int?, val assetWidth: Int?, val assetDuration: Long?)

Constructors

Link copied to clipboard
constructor(uuid: String, versionId: String, conversationId: ConversationIDEntity, mimeType: String, fileName: String, fileSize: Long, dataPath: String, nodePath: String, uploadStatus: String, assetHeight: Int?, assetWidth: Int?, assetDuration: Long?)

Properties

Link copied to clipboard
val assetDuration: Long?
Link copied to clipboard
val assetHeight: Int?
Link copied to clipboard
val assetWidth: Int?
Link copied to clipboard
Link copied to clipboard
val dataPath: String
Link copied to clipboard
val fileName: String
Link copied to clipboard
val fileSize: Long
Link copied to clipboard
val mimeType: String
Link copied to clipboard
val nodePath: String
Link copied to clipboard
val uploadStatus: String
Link copied to clipboard
val uuid: String
Link copied to clipboard
val versionId: String