GetAttachmentsFilter

data class GetAttachmentsFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetAttachmentsFilter>

Constructors

Link copied to clipboard
fun GetAttachmentsFilter(name: String, values: List<String>)

Functions

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

Properties

Link copied to clipboard

Name of the filter check available value on official documentation

Link copied to clipboard

List of one or more values for the filter.