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