The response schema for the createDestination operation.

Export

CreateDestinationResponse

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

Properties

Properties

errors?: Error[]

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

Memberof

CreateDestinationResponse

payload?: Destination

Memberof

CreateDestinationResponse