GetConnectionsPlainArgs

data class GetConnectionsPlainArgs(val deviceId: String? = null, val globalNetworkId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetConnectionsPlainArgs>

A collection of arguments for invoking getConnections.

Constructors

Link copied to clipboard
constructor(deviceId: String? = null, globalNetworkId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val deviceId: String? = null

ID of the device of the connections to retrieve.

Link copied to clipboard

ID of the Global Network of the connections to retrieve.

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

Restricts the list to the connections with these tags.

Functions

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