ageGroups

@JvmName(name = "ffeopslwdwonoohf")
suspend fun ageGroups(value: Output<List<String>>)
@JvmName(name = "yshjoudvdjhddtqw")
suspend fun ageGroups(value: List<String>?)

Parameters

value

The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3–12 months old), "toddler" (1–5 years old), "kids" (5–13 years old), "adult" (typically teens or older). 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 age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.


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


@JvmName(name = "fqbfradqogmalsem")
suspend fun ageGroups(values: List<Output<String>>)
@JvmName(name = "tvslytovvtqqbtmi")
suspend fun ageGroups(vararg values: String)

Parameters

values

The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3–12 months old), "toddler" (1–5 years old), "kids" (5–13 years old), "adult" (typically teens or older). 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 age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.