CachePolicyList class

A list of cache policies.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<CachePolicySummary>?
Contains the cache policies in the list.
final
maxItems int
The maximum number of cache policies 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 cache policies where you left off.
final
quantity int
The total number of cache policies 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