Data object for Rename1to2 conflict

interface GitConflictRename1to2 {
    _links?: any;
    baseBlob?: GitBlobRef;
    conflictId?: number;
    conflictPath?: string;
    conflictType?: GitConflictType;
    mergeBaseCommit?: GitCommitRef;
    mergeOrigin?: GitMergeOriginRef;
    mergeSourceCommit?: GitCommitRef;
    mergeTargetCommit?: GitCommitRef;
    resolution?: GitResolutionRename1to2;
    resolutionError?: GitResolutionError;
    resolutionStatus?: GitResolutionStatus;
    resolvedBy?: IdentityRef;
    resolvedDate?: Date;
    sourceBlob?: GitBlobRef;
    sourceNewPath?: string;
    targetBlob?: GitBlobRef;
    targetNewPath?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
baseBlob?: GitBlobRef
conflictId?: number
conflictPath?: string
conflictType?: GitConflictType
mergeBaseCommit?: GitCommitRef
mergeOrigin?: GitMergeOriginRef
mergeSourceCommit?: GitCommitRef
mergeTargetCommit?: GitCommitRef
resolutionError?: GitResolutionError
resolutionStatus?: GitResolutionStatus
resolvedBy?: IdentityRef
resolvedDate?: Date
sourceBlob?: GitBlobRef
sourceNewPath?: string
targetBlob?: GitBlobRef
targetNewPath?: string
url?: string