details = $details; } /** * @return string[] */ public function getDetails() { return $this->details; } /** * @param BreakdownRegion[] */ public function setRegions($regions) { $this->regions = $regions; } /** * @return BreakdownRegion[] */ public function getRegions() { return $this->regions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Breakdown::class, 'Google_Service_ShoppingContent_Breakdown');