brands

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


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