GetWorkspacesPlainArgs

data class GetWorkspacesPlainArgs(val aliasPrefix: String? = null) : ConvertibleToJava<GetWorkspacesPlainArgs>

A collection of arguments for invoking getWorkspaces.

Constructors

Link copied to clipboard
constructor(aliasPrefix: String? = null)

Properties

Link copied to clipboard
val aliasPrefix: String? = null

Limits results to workspaces with aliases that begin with this value.

Functions

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