ListSubscriptionsResponse class

Response for ListSubscriptions action

Constructors

ListSubscriptionsResponse({String? nextToken, List<Subscription>? subscriptions})
ListSubscriptionsResponse.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptions List<Subscription>?
A list of subscriptions.
final

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