materials

@JvmName(name = "mycddycmukemarit")
suspend fun materials(value: Output<List<String>>)
@JvmName(name = "gtmironcvtxeicgd")
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 = "dwcuretssobafuee")
suspend fun materials(vararg values: Output<String>)


@JvmName(name = "vvcwlipxpwrsbknb")
suspend fun materials(values: List<Output<String>>)
@JvmName(name = "yyuedcfygjyetdfs")
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.