genders

@JvmName(name = "mrffnmynvpakiqvt")
suspend fun genders(value: Output<List<String>>)
@JvmName(name = "crswxghlwslvpbwn")
suspend fun genders(value: List<String>?)

Parameters

value

The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 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 gender. Schema.org property Product.audience.suggestedGender.


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


@JvmName(name = "bjxlvnstlvqppiie")
suspend fun genders(values: List<Output<String>>)
@JvmName(name = "qxilwngafehjmylq")
suspend fun genders(vararg values: String)

Parameters

values

The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 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 gender. Schema.org property Product.audience.suggestedGender.