Get Attachments Plain Args
data class GetAttachmentsPlainArgs(val filters: List<GetAttachmentsFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAttachmentsPlainArgs>
A collection of arguments for invoking getAttachments.