GitTreeDiff interface

Properties

baseTreeId

ObjectId of the base tree of this diff.

diffEntries

List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, some tree entries are yet to be processed and may yield more diff entries. If the continuation token is not returned all the diff entries have been included in this response.

targetTreeId

ObjectId of the target tree of this diff.

url

REST Url to this resource.

Property Details

baseTreeId

ObjectId of the base tree of this diff.

baseTreeId: string

Property Value

string

diffEntries

List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, some tree entries are yet to be processed and may yield more diff entries. If the continuation token is not returned all the diff entries have been included in this response.

diffEntries: GitTreeDiffEntry[]

Property Value

targetTreeId

ObjectId of the target tree of this diff.

targetTreeId: string

Property Value

string

url

REST Url to this resource.

url: string

Property Value

string