/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Vault
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Vault/DriveOptions.php (2147B)
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');