ListAttachmentResponse

@Serializable
data class ListAttachmentResponse(val attachments: List<AttachmentResponse>)

Constructors

Link copied to clipboard
constructor(attachments: List<AttachmentResponse>)

Properties

Link copied to clipboard