ageGroups = $ageGroups;
}
/**
* @return string[]
*/
public function getAgeGroups()
{
return $this->ageGroups;
}
/**
* @param string[]
*/
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');