TeamdrivesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(TeamDrive request, String requestId, {String? $fields})
→ Future<TeamDrive>
-
Deprecated: Use
drives.create
instead.
-
delete(String teamDriveId, {String? $fields})
→ Future<void>
-
Deprecated: Use
drives.delete
instead.
-
get(String teamDriveId, {bool? useDomainAdminAccess, String? $fields})
→ Future<TeamDrive>
-
Deprecated: Use
drives.get
instead.
-
list({int? pageSize, String? pageToken, String? q, bool? useDomainAdminAccess, String? $fields})
→ Future<TeamDriveList>
-
Deprecated: Use
drives.list
instead.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(TeamDrive request, String teamDriveId, {bool? useDomainAdminAccess, String? $fields})
→ Future<TeamDrive>
-
Deprecated: Use
drives.update
instead.