Relativity.Imaging.Services.Interfaces.V1.Models.NativeType public class NativeType : NativeTypeRef Documentation public BasicCategory BasicCategory { get; set; } public int FileTypeID { get; set; } public NativeCategory? NativeCategory { get; set; } public bool PreventNativeDownload { get; set; } public bool RestrictedFromImagingByDefault { get; set; } public bool UseNativeImaging { get; set; } public NativeType()