Product Args
data class ProductArgs(val genericUri: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ProductArgs>
Product contains information about a product and how to uniquely identify it.
Constructors
Link copied to clipboard
fun ProductArgs(genericUri: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null)