<PackageReference Include="Relativity.Transfer.Client" Version="7.4.10" />

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 List<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()