DescribeAddressesResult class

Constructors

DescribeAddressesResult({List<Address>? addresses, String? nextToken})
DescribeAddressesResult.fromJson(Map<String, dynamic> json)
factory

Properties

addresses List<Address>?
The Snow device shipping addresses that were created for this account.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.
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