RepliesRequest class

Inheritance
Implemented types

Constructors

RepliesRequest.create(String? fileId, String? commentId, DriveReply? reply, {String? fields, String? form, Map<String, dynamic>? parameters, bool? prettyPrint, String? quotaId})
RepliesRequest.delete(String? fileId, String? commentId, String? replyId, {Map<String, dynamic>? parameters, String? fields, String? form, bool? prettyPrint, String? quotaId})
RepliesRequest.fromJson(String source)
factory
RepliesRequest.fromMap(Map<String, dynamic> map)
factory
RepliesRequest.getRequest(String? fileId, String? commentId, String? replyId, {bool? includeDeleted, Map<String, dynamic>? parameters, String? fields, String? form, bool? prettyPrint, String? quotaId})
RepliesRequest.list(String? fileId, String? commentId, {bool? includeDeleted, Map<String, dynamic>? parameters, String? cursor, String? fields, String? form, int? pageSize, bool? prettyPrint, String? quotaId})
RepliesRequest.update(String? fileId, String? commentId, String? replyId, DriveReply? reply, {Map<String, dynamic>? parameters, String? form, String? fields, bool? prettyPrint, String? quotaId})

Properties

commentId String?
getter/setter pair
cursor String?
getter/setter pair
fields String?
getter/setter pairoverride
fileId String?
getter/setter pair
form String?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
includeDeleted bool?
getter/setter pair
pageSize int?
getter/setter pair
parameters Map<String, dynamic>?
getter/setter pairoverride
prettyPrint bool?
getter/setter pairoverride
quotaId String?
getter/setter pairoverride
reply DriveReply?
getter/setter pair
replyId String?
getter/setter pair
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