Metadata for a shallow shelveset.

interface TfvcShelvesetRef {
    _links?: any;
    comment?: string;
    commentTruncated?: boolean;
    createdDate?: Date;
    id?: string;
    name?: string;
    owner?: IdentityRef;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

List of reference links for the shelveset.

comment?: string

Shelveset comment.

commentTruncated?: boolean

Shelveset comment truncated as applicable.

createdDate?: Date

Shelveset create date.

id?: string

Shelveset Id.

name?: string

Shelveset name.

owner?: IdentityRef

Shelveset Owner.

url?: string

Shelveset Url.