Interface TaskPushNotificationConfig

The parameters for setting the push notification configuration.

interface TaskPushNotificationConfig {
    pushNotificationConfig: PushNotificationConfig1;
    taskId: string;
}

Properties

pushNotificationConfig: PushNotificationConfig1
taskId: string

The ID of the task.