interface VersionControlSnippet {
    endColumn?: number;
    endLine?: number;
    startColumn?: number;
    startLine?: number;
    versionControlFilePath?: VersionControlFilePath;
    versionControlFilePathId?: number;
    versionControlSnippetId?: number;
}

Properties

endColumn?: number

column in the code file where the snippet ends

endLine?: number

line in the code file where the snippet ends

startColumn?: number

column in the code file where the snippet starts

startLine?: number

line in the code file where the snippet starts

versionControlFilePath?: VersionControlFilePath

path of the code file in the version control system

versionControlFilePathId?: number

Unique Id number for the file path

versionControlSnippetId?: number

Unique Id number for this snippet