HistoryVersionList class

History version list class, which used for reading the list of historical file versions by pagination.

Constructors

HistoryVersionList({String? category, String? nextCursor, List<HistoryVersion>? historyVersions})
HistoryVersionList.fromJson(String source)
factory
HistoryVersionList.fromMap(Map<String, dynamic> map)
factory

Properties

category String?
Resource type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
historyVersions List<HistoryVersion>?
List of historical file versions.
getter/setter pair
nextCursor String?
Next page cursor for query.
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
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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