demoteContext = $demoteContext; } /** * @return DemoteContext */ public function getDemoteContext() { return $this->demoteContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstancesDemoteRequest::class, 'Google_Service_SQLAdmin_InstancesDemoteRequest');