FilesRequest.getRequest constructor

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

Implementation

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