芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Vault/DriveOptions.php
clientSideEncryptedOption = $clientSideEncryptedOption; } /** * @return string */ public function getClientSideEncryptedOption() { return $this->clientSideEncryptedOption; } /** * @param bool */ public function setIncludeSharedDrives($includeSharedDrives) { $this->includeSharedDrives = $includeSharedDrives; } /** * @return bool */ public function getIncludeSharedDrives() { return $this->includeSharedDrives; } /** * @param bool */ public function setIncludeTeamDrives($includeTeamDrives) { $this->includeTeamDrives = $includeTeamDrives; } /** * @return bool */ public function getIncludeTeamDrives() { return $this->includeTeamDrives; } /** * @param string */ public function setVersionDate($versionDate) { $this->versionDate = $versionDate; } /** * @return string */ public function getVersionDate() { return $this->versionDate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DriveOptions::class, 'Google_Service_Vault_DriveOptions');