GetAppPlainArgs

data class GetAppPlainArgs(val appName: String, val appType: AppType, val domainId: String, val userProfileName: String) : ConvertibleToJava<GetAppPlainArgs>

Constructors

Link copied to clipboard
constructor(appName: String, appType: AppType, domainId: String, userProfileName: String)

Properties

Link copied to clipboard

The name of the app.

Link copied to clipboard

The type of app.

Link copied to clipboard

The domain ID.

Link copied to clipboard

The user profile name.

Functions

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