GitItemRequestData interface
Properties
include |
Whether to include metadata for all items |
include |
Whether to include the _links field on the shallow references |
item |
Collection of items to fetch, including path, version, and recursion level |
latest |
Whether to include shallow ref to commit that last changed each item |
Property Details
includeContentMetadata
Whether to include metadata for all items
includeContentMetadata: boolean
Property Value
boolean
includeLinks
Whether to include the _links field on the shallow references
includeLinks: boolean
Property Value
boolean
itemDescriptors
Collection of items to fetch, including path, version, and recursion level
itemDescriptors: GitItemDescriptor[]
Property Value
latestProcessedChange
Whether to include shallow ref to commit that last changed each item
latestProcessedChange: boolean
Property Value
boolean