<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Artifact

public class Artifact
public int AccessControlListID { get; set; }

public bool AccessControlListIsInherited { get; set; }

public int ArtifactID { get; set; }

public int ArtifactTypeID { get; set; }

public int? ContainerID { get; set; }

public int CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

public bool DeleteFlag { get; set; }

public Guid[] Guids { get; set; }

public string Keywords { get; set; }

public int LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

public string Notes { get; set; }

public int? ParentArtifactID { get; set; }

public string TextIdentifier { get; set; }

public Artifact()