KeyGroupList class

A list of key groups.

Constructors

KeyGroupList({required int maxItems, required int quantity, List<KeyGroupSummary>? items, String? nextMarker})
KeyGroupList.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<KeyGroupSummary>?
A list of key groups.
final
maxItems int
The maximum number of key groups requested.
final
nextMarker String?
If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing key groups.
final
quantity int
The number of key groups returned in the response.
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