GetWorkspacePlainArgs

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

A collection of arguments for invoking getWorkspace.

Constructors

Link copied to clipboard
constructor(directoryId: String? = null, tags: Map<String, String>? = null, userName: String? = null, workspaceId: String? = null)

Properties

Link copied to clipboard
val directoryId: String? = null

ID of the directory for the WorkSpace. You have to specify user_name along with directory_id. You cannot combine this parameter with workspace_id.

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

Tags for the WorkSpace.

Link copied to clipboard
val userName: String? = null

User name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace. You cannot combine this parameter with workspace_id.

Link copied to clipboard
val workspaceId: String? = null

ID of the WorkSpace. You cannot combine this parameter with directory_id.

Functions

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