GetAttachmentsPlainArgs

data class GetAttachmentsPlainArgs(val filters: List<GetAttachmentsFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAttachmentsPlainArgs>

A collection of arguments for invoking getAttachments.

Constructors

Link copied to clipboard
constructor(filters: List<GetAttachmentsFilter>? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

One or more configuration blocks containing name-values filters. Detailed below.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

Link copied to clipboard
open override fun toJava(): GetAttachmentsPlainArgs