<PackageReference Include="Relativity.ObjectManager" Version="11.1.457.11" />

FileResponse

public class FileResponse
public bool Billable { get; set; }

public string Details { get; set; }

public int DocumentArtifactID { get; set; }

public string Filename { get; set; }

public string Guid { get; set; }

public string Identifier { get; set; }

public bool InRepository { get; set; }

public string Location { get; set; }

public int Order { get; set; }

public int Rotation { get; set; }

public long Size { get; set; }

public int Type { get; set; }

public FileResponse()