range = $range; } /** * @return Range */ public function getRange() { return $this->range; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeleteContentRangeRequest::class, 'Google_Service_Docs_DeleteContentRangeRequest');