ListPublishingDestinationsResponse class

Constructors

ListPublishingDestinationsResponse({required List<Destination> destinations, String? nextToken})
ListPublishingDestinationsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

destinations List<Destination>
A Destinations object that includes information about each publishing destination returned.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
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