Attachment

interface Attachment : Mappable

Properties

Link copied to clipboard
abstract val download: String
Link copied to clipboard
abstract val fileName: String?
Link copied to clipboard
abstract val filePath: String?
Link copied to clipboard
abstract val id: String
Link copied to clipboard
abstract val url: String

Functions

Link copied to clipboard
abstract fun copy(id: String = this.id, url: String = this.url, fileName: String? = this.fileName): Attachment
Link copied to clipboard
abstract fun toJsonObject(): JsonObject
Link copied to clipboard
abstract fun toJsonString(): String
Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>