protectedRangeId = $protectedRangeId; } /** * @return int */ public function getProtectedRangeId() { return $this->protectedRangeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeleteProtectedRangeRequest::class, 'Google_Service_Sheets_DeleteProtectedRangeRequest');