GetConnectPeerFilter

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

Constructors

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

Functions

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

Properties

Link copied to clipboard

Name of the filter.

Link copied to clipboard

List of one or more values for the filter.