interface ReleaseTaskAttachment {
    _links?: any;
    createdOn?: Date;
    modifiedBy?: IdentityRef;
    modifiedOn?: Date;
    name?: string;
    recordId?: string;
    timelineId?: string;
    type?: string;
}

Properties

_links?: any

Reference links of task.

createdOn?: Date

Data and time when it created.

modifiedBy?: IdentityRef

Identity who modified.

modifiedOn?: Date

Data and time when modified.

name?: string

Name of the task attachment.

recordId?: string

Record ID of the task.

timelineId?: string

Timeline ID of the task.

type?: string

Type of task attachment.