blockAfterDays = $blockAfterDays; } /** * @return int */ public function getBlockAfterDays() { return $this->blockAfterDays; } /** * @param string */ public function setBlockScope($blockScope) { $this->blockScope = $blockScope; } /** * @return string */ public function getBlockScope() { return $this->blockScope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BlockAction::class, 'Google_Service_AndroidManagement_BlockAction');