Metadata for a branchref.

interface TfvcBranchRef {
    _links?: any;
    createdDate?: Date;
    description?: string;
    isDeleted?: boolean;
    owner?: IdentityRef;
    path?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

A collection of REST reference links.

createdDate?: Date

Creation date of the branch.

description?: string

Branch description.

isDeleted?: boolean

Is the branch deleted?

owner?: IdentityRef

Alias or display name of user

path?: string

Path for the branch.

url?: string

URL to retrieve the item.