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