DistributionIdList class
A list of distribution IDs.
Constructors
-
DistributionIdList({required bool isTruncated, required String marker, required int maxItems, required int quantity, List<
String> ? items, String? nextMarker}) - DistributionIdList.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTruncated → bool
-
A flag that indicates whether more distribution IDs remain to be listed. If
your results were truncated, you can make a subsequent request using the
Marker
request field to retrieve more distribution IDs in the list.final -
items
→ List<
String> ? -
Contains the distribution IDs in the list.
final
- marker → String
-
The value provided in the
Marker
request field.final - maxItems → int
-
The maximum number of distribution IDs requested.
final
- nextMarker → String?
-
Contains the value that you should use in the
Marker
field of a subsequent request to continue listing distribution IDs where you left off.final - quantity → int
-
The total number of distribution IDs 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