AttachmentsFormat

@JsonClass(generateAdapter = true)
class AttachmentsFormat(val text: String?, val attachments: List<FileAsset>, val attachmentType: AttachmentType = AttachmentType.Unknown) : StaticContentFormat

Constructors

Link copied to clipboard
constructor(text: String?, attachments: List<FileAsset>, attachmentType: AttachmentType = AttachmentType.Unknown)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String?