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

QuerySingleResult<T>

public class QuerySingleResult<T>
Represents the single result of the query.
public T Artifact { get; set; }

Gets or sets the artifact result.

public string Message { get; set; }

Gets or sets the message which provides information about the failure.

public bool Success { get; set; }

Gets or sets a value indicating whether the operation was a success.

public List<string> WarningMessages { get; set; }

Gets or sets the message which provides information about the warnings.