AttachmentDescriptor

constructor(id: String = UUID.randomUUID().toString(), mediaType: String? = null, data: AttachmentData, filename: Array<String>? = null, format: String? = null, lastModTime: String? = null, byteCount: Int? = null, description: String? = null)(source)