ChannelsRequest class

Inheritance
Implemented types

Constructors

ChannelsRequest.fromJson(String source)
factory
ChannelsRequest.fromMap(Map<String, dynamic> map)
factory
ChannelsRequest.stop(DriveChannel? channel, {String? fields, String? form, Map<String, dynamic>? parameters, bool? prettyPrint, String? quotaId})

Properties

channel DriveChannel?
getter/setter pair
fields String?
getter/setter pairoverride
form String?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, dynamic>?
getter/setter pairoverride
prettyPrint bool?
getter/setter pairoverride
quotaId String?
getter/setter pairoverride
requestName String
Request type that describes a DriveRequest with its service name and method name concatenated with a #.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns a json representation of a Batchable instance.
override
toMap() Map<String, dynamic>
Returns the map representation of a Batchable instance.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited