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

QueryField

public class QueryField
Represents the field of object query request.
public int? ArtifactID { get; set; }

Gets or sets the artifact ID.

public Guid? Guid { get; set; }

Gets or sets the Guid.

public string Name { get; set; }

Gets or sets the name.

public QueryField()