Request parameters for getDestination operation in NotificationsApi.

Export

NotificationsApiGetDestinationRequest

interface NotificationsApiGetDestinationRequest {
    destinationId: string;
}

Properties

Properties

destinationId: string

The identifier generated when you created the destination.

Memberof

NotificationsApiGetDestination