materials

@JvmName(name = "kbpflqauvqfhjcie")
suspend fun materials(value: Output<List<String>>)
@JvmName(name = "artmkpqqygjshidl")
suspend fun materials(value: List<String>?)

Parameters

value

The material of the product. For example, "leather", "wooden". A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.


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


@JvmName(name = "kdnsekutlfrmpowr")
suspend fun materials(values: List<Output<String>>)
@JvmName(name = "dhlluptnxbpheheh")
suspend fun materials(vararg values: String)

Parameters

values

The material of the product. For example, "leather", "wooden". A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.