ChannelsRequest.stop constructor

ChannelsRequest.stop(
  1. DriveChannel? channel, {
  2. String? fields,
  3. String? form,
  4. Map<String, dynamic>? parameters,
  5. bool? prettyPrint,
  6. String? quotaId,
})

Implementation

ChannelsRequest.stop(
  this.channel, {
  this.fields,
  this.form,
  this.parameters,
  this.prettyPrint,
  this.quotaId,
}) : super('Channels#Stop');