Metadata for a Label.

interface TfvcLabelRef {
    _links?: any;
    description?: string;
    id?: number;
    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.

labelScope?: string

Label scope.

modifiedDate?: Date

Last modified datetime for the label.

name?: string

Label name.

owner?: IdentityRef

Label owner.

url?: string

Label Url.