The response schema for the getDestinations operation.

GetDestinationsResponse

interface GetDestinationsResponse {
    errors?: Error[];
    payload?: Destination[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

GetDestinationsResponse

payload?: Destination[]

A list of destinations.

GetDestinationsResponse