parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param string[] */ public function setRemovedValues($removedValues) { $this->removedValues = $removedValues; } /** * @return string[] */ public function getRemovedValues() { return $this->removedValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RemoveEnableRulesResponse::class, 'Google_Service_ServiceUsage_RemoveEnableRulesResponse');