ageGroups = $ageGroups; } /** * @return string[] */ public function getAgeGroups() { return $this->ageGroups; } /** * 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](https://support.google.com/merchants/answer/6324479). * Schema.org property * [Product.audience.suggestedGender](https://schema.org/suggestedGender). * * @param string[] $genders */ public function setGenders($genders) { $this->genders = $genders; } /** * @return string[] */ public function getGenders() { return $this->genders; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2Audience::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2Audience');