Represents a parameter in DocFX syntax information.
public class DocFxParameter
public string Description { get; set; }
public string Id { get; set; }
public string Type { get; set; }