FilesRequest class

Inheritance
Implemented types

Constructors

FilesRequest.copy(String? fileId, DriveFile? file, {String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.create(DriveFile? file, {DriveFileContent? fileContent, String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.delete(String? fileId, {String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.emptyRecycle({String? containers, String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.fromJson(String source)
factory
FilesRequest.fromMap(Map<String, dynamic> map)
factory
FilesRequest.getRequest(String? fileId, {bool? acknowledgeDownloadRisk, String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.list({String? queryParam, String? orderBy, String? cursor, int? pageSize, String? containers, String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.subscribe(String? fileId, DriveChannel? channel, {String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})
FilesRequest.update(String? fileId, DriveFile? file, {DriveFileContent? fileContent, String? addParentFolder, String? removeParentFolder, String? form, String? fields, bool? prettyPrint, String? quotaId, Map<String, dynamic>? parameters})

Properties

acknowledgeDownloadRisk bool?
getter/setter pair
addParentFolder String?
getter/setter pair
channel DriveChannel?
getter/setter pair
containers String?
getter/setter pair
cursor String?
getter/setter pair
fields String?
getter/setter pairoverride
file DriveFile?
getter/setter pair
fileContent DriveFileContent?
getter/setter pair
fileId String?
getter/setter pair
form String?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
orderBy String?
getter/setter pair
pageSize int?
getter/setter pair
parameters Map<String, dynamic>?
getter/setter pairoverride
prettyPrint bool?
getter/setter pairoverride
queryParam String?
getter/setter pair
quotaId String?
getter/setter pairoverride
removeParentFolder String?
getter/setter pair
requestName String
Request type that describes a DriveRequest with its service name and method name concatenated with a #.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns a json representation of a Batchable instance.
override
toMap() Map<String, dynamic>
Returns the map representation of a Batchable instance.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited