brands

@JvmName(name = "irnnyfdfmircehsw")
suspend fun brands(value: Output<List<String>>)
@JvmName(name = "qtvdgewsmabgekaj")
suspend fun brands(value: List<String>?)

Parameters

value

The brands of the product. A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.


@JvmName(name = "guccjidvvwhyigtx")
suspend fun brands(vararg values: Output<String>)


@JvmName(name = "dyiiopiikannpvhw")
suspend fun brands(values: List<Output<String>>)
@JvmName(name = "dgdpxfdcvkjhgamk")
suspend fun brands(vararg values: String)

Parameters

values

The brands of the product. A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.