GetDirectoryPlainArgs

data class GetDirectoryPlainArgs(val directoryId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDirectoryPlainArgs>

A collection of arguments for invoking getDirectory.

Constructors

Link copied to clipboard
fun GetDirectoryPlainArgs(directoryId: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

ID of the directory.

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

A map of tags assigned to the directory/connector.