Collection of comments.

interface WorkItemComments {
    _links?: any;
    comments?: WorkItemComment[];
    count?: number;
    fromRevisionCount?: number;
    totalCount?: number;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Link references to related REST resources.

comments?: WorkItemComment[]

Comments collection.

count?: number

The count of comments.

fromRevisionCount?: number

Count of comments from the revision.

totalCount?: number

Total count of comments.

url?: string

REST URL for the resource.