AttachmentsFormat

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

Constructors

Link copied to clipboard
constructor(text: String?, attachments: List<FileAsset>)

Properties

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