GetLicensePlainArgs

data class GetLicensePlainArgs(val license: String, val project: String? = null) : ConvertibleToJava<GetLicensePlainArgs>

Constructors

Link copied to clipboard
fun GetLicensePlainArgs(license: String, project: String? = null)

Functions

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

Properties

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