Relativity.Services.Interfaces.File.Models.FileResponse public class FileResponse Documentation 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()