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