CommentReplyList class
A list of replies to a comment on a file in Google Drive.
Constructors
- CommentReplyList()
- CommentReplyList.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
↔ List<
CommentReply> -
The list of replies. If nextPageToken is populated, then this list may be
incomplete and an additional page of results should be fetched.
read / write
- kind ↔ String
-
This is always drive#commentReplyList.
read / write
- nextLink ↔ String
-
A link to the next page of replies.
read / write
- nextPageToken ↔ String
-
The page token for the next page of replies. This will be absent if the
end of the replies list has been reached. If the token is rejected for any
reason, it should be discarded, and pagination should be restarted from
the first page of results.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
A link back to this list.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited