GetWebAppPlainArgs

data class GetWebAppPlainArgs(val project: String? = null, val webAppId: String) : ConvertibleToJava<GetWebAppPlainArgs>

Constructors

Link copied to clipboard
constructor(project: String? = null, webAppId: String)

Properties

Link copied to clipboard
val project: String? = null
Link copied to clipboard

Functions

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