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

Relativity.Testing.Framework.Session.TestSessionEntityItem

public class TestSessionEntityItem
Represents the entity item tracked in TestSession.
public bool CleanUp { get; set; }

Gets or sets a value indicating whether to delete this entity on cleanup of TestSession.

public object Entity { get; }

Gets the entity.

public int WorkspaceId { get; }

Gets the workspace ID.

public TestSessionEntityItem(object entity, int workspaceId = -1)

Initializes a new instance of the TestSessionEntityItem class.