TfvcChangesetsRequestData interface
Request body for Get batched changesets.
Properties
changeset |
List of changeset Ids. |
comment |
Max length of the comment. |
include |
Whether to include the _links field on the shallow references |
Property Details
changesetIds
List of changeset Ids.
changesetIds: number[]
Property Value
number[]
commentLength
Max length of the comment.
commentLength: number
Property Value
number
includeLinks
Whether to include the _links field on the shallow references
includeLinks: boolean
Property Value
boolean