FilesRequest.list constructor

FilesRequest.list({
  1. String? queryParam,
  2. String? orderBy,
  3. String? cursor,
  4. int? pageSize,
  5. String? containers,
  6. String? form,
  7. String? fields,
  8. bool? prettyPrint,
  9. String? quotaId,
  10. Map<String, dynamic>? parameters,
})

Implementation

FilesRequest.list({
  this.queryParam,
  this.orderBy,
  this.cursor,
  this.pageSize,
  this.containers,
  this.form,
  this.fields,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
}) : super('Files#List');