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

Relativity.Testing.Framework.Models.NamedArtifact

public class NamedArtifact : Artifact, IHasName
Represents the Relativity artifact object that has name property. Can be used as a base class for most Relativity object classes.
public string Name { get; set; }

Gets or sets the name.

public NamedArtifact()