DrivesResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(String driveId, {String $fields})
→ Future
-
Permanently deletes a shared drive for which the user is an organizer. The
shared drive cannot contain any untrashed items. [...]
-
get(String driveId, {bool useDomainAdminAccess, String $fields})
→ Future<Drive>
-
Gets a shared drive's metadata by ID. [...]
-
hide(String driveId, {String $fields})
→ Future<Drive>
-
Hides a shared drive from the default view. [...]
-
insert(Drive request, String requestId, {String $fields})
→ Future<Drive>
-
Creates a new shared drive. [...]
-
list({int maxResults, String pageToken, String q, bool useDomainAdminAccess, String $fields})
→ Future<DriveList>
-
Lists the user's shared drives. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
unhide(String driveId, {String $fields})
→ Future<Drive>
-
Restores a shared drive to the default view. [...]
-
update(Drive request, String driveId, {bool useDomainAdminAccess, String $fields})
→ Future<Drive>
-
Updates the metadata for a shared drive. [...]