GetProductPlainArgs

data class GetProductPlainArgs(val location: String, val productId: String, val project: String? = null) : ConvertibleToJava<GetProductPlainArgs>

Constructors

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

Properties

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

Functions

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