mode = $mode; } /** * @return string */ public function getMode() { return $this->mode; } /** * @param string */ public function setRetainUntilTime($retainUntilTime) { $this->retainUntilTime = $retainUntilTime; } /** * @return string */ public function getRetainUntilTime() { return $this->retainUntilTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageObjectRetention::class, 'Google_Service_Storage_StorageObjectRetention');