interface WorklogIdsRequestBean {
    ids: number[];
}

Properties

Properties

ids: number[]

A list of worklog IDs.