GetGlobalUserPersonalPreferencesPlainArgs

data class GetGlobalUserPersonalPreferencesPlainArgs(val addRemove: Either<String, AddRemove>? = null, val labAccountResourceId: String? = null, val labResourceId: String? = null, val userName: String) : ConvertibleToJava<GetGlobalUserPersonalPreferencesPlainArgs>

Constructors

constructor(addRemove: Either<String, AddRemove>? = null, labAccountResourceId: String? = null, labResourceId: String? = null, userName: String)

Properties

Link copied to clipboard
val addRemove: Either<String, AddRemove>? = null

Enum indicating if user is adding or removing a favorite lab

Link copied to clipboard

Resource Id of the lab account

Link copied to clipboard
val labResourceId: String? = null

Resource Id of the lab to add/remove from the favorites list

Link copied to clipboard

The name of the user.

Functions

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