Interface TaskPushNotificationConfig

A Structured value that holds the parameter values to be used during the invocation of the method.

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

Properties

pushNotificationConfig: PushNotificationConfig1
taskId: string

Task id.