DriveReply class

File reply class.

Mixed in types

Constructors

DriveReply({String? operate, DriveUser? creator, String? description, DateTime? createdTime, bool? deleted, String? htmlDescription, String? id, String? resourceType, DateTime? editedTime})
DriveReply.fromJson(String source)
factory
DriveReply.fromMap(Map<String, dynamic> map)
factory

Properties

createdTime DateTime?
Reply creation time.
getter/setter pair
creator DriveUser?
User who creates a reply.
getter/setter pair
deleted bool?
Whether a reply is deleted.
getter/setter pair
description String?
Reply in plain text format.
getter/setter pair
editedTime DateTime?
Last modification time of a reply.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlDescription String?
Reply in HTML format.
getter/setter pair
id String?
Reply ID.
getter/setter pair
operate String?
Operation of replying to a parent comment.
getter/setter pair
paramsToSet Map<String, dynamic>?
getter/setter pairinherited
resourceType String?
Resource type.
getter/setter pair
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
setParams(String fieldName, dynamic value) → void
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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