ChangesRequest.list constructor

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

Implementation

ChangesRequest.list(
  this.cursor, {
  this.fields,
  this.form,
  this.parameters,
  this.prettyPrint,
  this.quotaId,
  this.containers,
  this.pageSize,
  this.includeDeleted,
}) : super('Changes#List');