RelativityApplicationRef public class RelativityApplicationRef Documentation public int ArtifactID { get; set; } public List<Guid> Guids { get; set; } public string Name { get; set; } public RelativityApplicationRef() public RelativityApplicationRef(int artifactID) public RelativityApplicationRef(List<Guid> guids) public RelativityApplicationRef(string name)