completedWork = $completedWork; } /** * @return string */ public function getCompletedWork() { return $this->completedWork; } /** * @param string */ public function setEstimatedWork($estimatedWork) { $this->estimatedWork = $estimatedWork; } /** * @return string */ public function getEstimatedWork() { return $this->estimatedWork; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirestoreAdminV1Progress::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1Progress');