Metadata for a label.

interface TfvcLabel {
    _links?: any;
    description?: string;
    id?: number;
    items?: TfvcItem[];
    labelScope?: string;
    modifiedDate?: Date;
    name?: string;
    owner?: IdentityRef;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Collection of reference links.

description?: string

Label description.

id?: number

Label Id.

items?: TfvcItem[]

List of items.

labelScope?: string

Label scope.

modifiedDate?: Date

Last modified datetime for the label.

name?: string

Label name.

owner?: IdentityRef

Label owner.

url?: string

Label Url.