colorFamilies

@JvmName(name = "bpntuoxomxsiomue")
suspend fun colorFamilies(value: Output<List<String>>)
@JvmName(name = "kiworrwvcybuhbih")
suspend fun colorFamilies(value: List<String>?)

Parameters

value

The standard color families. Strongly recommended to use the following standard color groups: "Red", "Pink", "Orange", "Yellow", "Purple", "Green", "Cyan", "Blue", "Brown", "White", "Gray", "Black" and "Mixed". Normally it is expected to have only 1 color family. May consider using single "Mixed" instead of multiple values. A maximum of 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property color. Schema.org property Product.color.


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


@JvmName(name = "gffoipfunkbqdrtm")
suspend fun colorFamilies(values: List<Output<String>>)
@JvmName(name = "nwtippxwnkjyechp")
suspend fun colorFamilies(vararg values: String)

Parameters

values

The standard color families. Strongly recommended to use the following standard color groups: "Red", "Pink", "Orange", "Yellow", "Purple", "Green", "Cyan", "Blue", "Brown", "White", "Gray", "Black" and "Mixed". Normally it is expected to have only 1 color family. May consider using single "Mixed" instead of multiple values. A maximum of 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property color. Schema.org property Product.color.