ClusterDbRevisionsMessage class

Constructors

ClusterDbRevisionsMessage({List<ClusterDbRevision>? clusterDbRevisions, String? marker})
ClusterDbRevisionsMessage.fromXml(XmlElement elem)
factory

Properties

clusterDbRevisions List<ClusterDbRevision>?
A list of revisions.
final
hashCode int
The hash code for this object.
no setterinherited
marker String?
A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker parameter and retrying the command. If the marker field is empty, all revisions have already been returned.
final
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
toString() String
A string representation of this object.
inherited

Operators

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