<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

TimeStampedNamedArtifact

Represents an Artifact with the Created and LastModified system fields.
public NamedArtifact CreatedBy { get; set; }

Gets or sets who the artifact is created by.

public DateTime CreatedOn { get; set; }

Gets or sets the DateTime when the artifact was created.

public NamedArtifact LastModifiedBy { get; set; }

Gets or sets who last modified the object.

public DateTime LastModifiedOn { get; set; }

Gets or sets the DateTime when the artifact was last modified.