Product Args
data class ProductArgs(val id: Output<String>? = null, val identifierHelper: Output<IdentifierHelperArgs>? = 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(id: Output<String>? = null, identifierHelper: Output<IdentifierHelperArgs>? = null, name: Output<String>? = null)