interface TfvcLabelRequestData {
    includeLinks?: boolean;
    itemLabelFilter?: string;
    labelScope?: string;
    maxItemCount?: number;
    name?: string;
    owner?: string;
}

Properties

includeLinks?: boolean

Whether to include the _links field on the shallow references

itemLabelFilter?: string
labelScope?: string
maxItemCount?: number
name?: string
owner?: string