FilesRequest.delete constructor

FilesRequest.delete(
  1. String? fileId, {
  2. String? form,
  3. String? fields,
  4. bool? prettyPrint,
  5. String? quotaId,
  6. Map<String, dynamic>? parameters,
})

Implementation

FilesRequest.delete(
  this.fileId, {
  this.form,
  this.fields,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
}) : super('Files#Delete');