ListGlobalUserEnvironmentsPlainArgs

data class ListGlobalUserEnvironmentsPlainArgs(val labId: String? = null, val userName: String) : ConvertibleToJava<ListGlobalUserEnvironmentsPlainArgs>

Constructors

Link copied to clipboard
constructor(labId: String? = null, userName: String)

Properties

Link copied to clipboard
val labId: String? = null

The resource Id of the lab

Link copied to clipboard

The name of the user.

Functions

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