AttachmentsForCase

@Serializable
data class AttachmentsForCase(    val offset: Long,     val limit: Long,     val size: Long,     val attachments: List<Attachment>)

Constructors

Link copied to clipboard
fun AttachmentsForCase(    offset: Long,     limit: Long,     size: Long,     attachments: List<Attachment>)

Properties

Link copied to clipboard
val attachments: List<Attachment>
Link copied to clipboard
val limit: Long
Link copied to clipboard
val offset: Long
Link copied to clipboard
val size: Long