FilesRequest.update constructor

FilesRequest.update(
  1. String? fileId,
  2. DriveFile? file, {
  3. DriveFileContent? fileContent,
  4. String? addParentFolder,
  5. String? removeParentFolder,
  6. String? form,
  7. String? fields,
  8. bool? prettyPrint,
  9. String? quotaId,
  10. Map<String, dynamic>? parameters,
})

Implementation

FilesRequest.update(
  this.fileId,
  this.file, {
  this.fileContent,
  this.addParentFolder,
  this.removeParentFolder,
  this.form,
  this.fields,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
}) : super('Files#Update');