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

Relativity.Testing.Framework.Api.ObjectManagement.QuerySlimObject

public class QuerySlimObject
Represents the object of query slim result.
public int ArtifactID { get; set; }

Gets or sets the artifact ID.

public object[] Values { get; set; }

Gets or sets the object field values.

public QuerySlimObject()