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
constructor(directoryId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Directory identifier for registration in WorkSpaces service.

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

A map of tags assigned to the WorkSpaces directory.

Functions

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