Get Attachments Result
data class GetAttachmentsResult(val filters: List<GetAttachmentsFilter>? = null, val id: String, val ids: List<String>, val tags: Map<String, String>)
A collection of values returned by getAttachments.