newValue = $newValue; } /** * @return ManagedZone */ public function getNewValue() { return $this->newValue; } /** * @param ManagedZone */ public function setOldValue(ManagedZone $oldValue) { $this->oldValue = $oldValue; } /** * @return ManagedZone */ public function getOldValue() { return $this->oldValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationManagedZoneContext::class, 'Google_Service_Dns_OperationManagedZoneContext');