Represents source information for a DocFX API item.
public class DocFxSource
public int EndLine { get; set; }
public string Path { get; set; }
public DocFxRemote Remote { get; set; }
public int StartLine { get; set; }