materials

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


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