OriginRequestPolicyList class

A list of origin request policies.

Constructors

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

Properties

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