/var/www/flurhymez/vendor/google/apiclient-services/src/Drive
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Drive/TeamDriveRestrictions.php (2232B)
adminManagedRestrictions = $adminManagedRestrictions;
}
/**
* @return bool
*/
public function getAdminManagedRestrictions()
{
return $this->adminManagedRestrictions;
}
/**
* @param bool
*/
public function setCopyRequiresWriterPermission($copyRequiresWriterPermission)
{
$this->copyRequiresWriterPermission = $copyRequiresWriterPermission;
}
/**
* @return bool
*/
public function getCopyRequiresWriterPermission()
{
return $this->copyRequiresWriterPermission;
}
/**
* @param bool
*/
public function setDomainUsersOnly($domainUsersOnly)
{
$this->domainUsersOnly = $domainUsersOnly;
}
/**
* @return bool
*/
public function getDomainUsersOnly()
{
return $this->domainUsersOnly;
}
/**
* @param bool
*/
public function setTeamMembersOnly($teamMembersOnly)
{
$this->teamMembersOnly = $teamMembersOnly;
}
/**
* @return bool
*/
public function getTeamMembersOnly()
{
return $this->teamMembersOnly;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TeamDriveRestrictions::class, 'Google_Service_Drive_TeamDriveRestrictions');