/var/www/flurhymez/vendor/google/apiclient-services/src/Dns
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Dns/OperationDnsKeyContext.php (1455B)
newValue = $newValue;
}
/**
* @return DnsKey
*/
public function getNewValue()
{
return $this->newValue;
}
/**
* @param DnsKey
*/
public function setOldValue(DnsKey $oldValue)
{
$this->oldValue = $oldValue;
}
/**
* @return DnsKey
*/
public function getOldValue()
{
return $this->oldValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OperationDnsKeyContext::class, 'Google_Service_Dns_OperationDnsKeyContext');