The response for the createNotification operation.

CreateNotificationResponse

interface CreateNotificationResponse {
    notificationId?: string;
}

Properties

Properties

notificationId?: string

The unique identifier assigned to each notification.

CreateNotificationResponse