interface GitItemRequestData {
    includeContentMetadata?: boolean;
    includeLinks?: boolean;
    itemDescriptors?: GitItemDescriptor[];
    latestProcessedChange?: boolean;
}

Properties

includeContentMetadata?: boolean

Whether to include metadata for all items

includeLinks?: boolean

Whether to include the _links field on the shallow references

itemDescriptors?: GitItemDescriptor[]

Collection of items to fetch, including path, version, and recursion level

latestProcessedChange?: boolean

Whether to include shallow ref to commit that last changed each item