Teamdrives
class Teamdrives extends Resource (View source)
The "teamdrives" collection of methods.
Typical usage is:
$driveService = new Google\Service\Drive(...);
$teamdrives = $driveService->teamdrives;
Methods
delete(string $teamDriveId, array $optParams = [])
Deprecated: Use drives.delete
instead. (teamdrives.delete)
get(string $teamDriveId, array $optParams = [])
Deprecated: Use drives.get
instead. (teamdrives.get)
listTeamdrives(array $optParams = [])
Deprecated: Use drives.list
instead. (teamdrives.listTeamdrives)
Details
TeamDrive
create(string $requestId, TeamDrive $postBody, array $optParams = [])
Deprecated: Use drives.create
instead. (teamdrives.create)
delete(string $teamDriveId, array $optParams = [])
Deprecated: Use drives.delete
instead. (teamdrives.delete)
TeamDrive
get(string $teamDriveId, array $optParams = [])
Deprecated: Use drives.get
instead. (teamdrives.get)
TeamDriveList
listTeamdrives(array $optParams = [])
Deprecated: Use drives.list
instead. (teamdrives.listTeamdrives)