description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setShareName($shareName) { $this->shareName = $shareName; } /** * @return string */ public function getShareName() { return $this->shareName; } /** * @param string */ public function setStoragePool($storagePool) { $this->storagePool = $storagePool; } /** * @return string */ public function getStoragePool() { return $this->storagePool; } /** * @param string */ public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } /** * @return string */ public function getVolumeId() { return $this->volumeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DestinationVolumeParameters::class, 'Google_Service_NetAppFiles_DestinationVolumeParameters');