export ActivityTaskUpdateDeets

interface ActivityTaskUpdateDeets {
    key?: null | string;
    object?: null | string;
    status: ActivityTaskStatus;
    task_id: string;
    type: ActivityType;
    user_id?: null | string;
}

Properties

key?: null | string

The id of the object this activity is associated with

object?: null | string
task_id: string

Specifies the id of the activity task

user_id?: null | string

The user id to operate on their behalf (tenants only)