brands

@JvmName(name = "ygyemonbskwtneum")
suspend fun brands(value: Output<List<String>>)
@JvmName(name = "ailpqxnvtcgwtaiy")
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 = "ntbsxkrsgeicbujk")
suspend fun brands(vararg values: Output<String>)


@JvmName(name = "mfrloyqqcyjdfurx")
suspend fun brands(values: List<Output<String>>)
@JvmName(name = "nymporthwvsgdfai")
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.