ProductArgs

fun ProductArgs(description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, productCategory: Output<String>? = null, productId: Output<String>? = null, productLabels: Output<List<KeyValueArgs>>? = null, project: Output<String>? = null)