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

QueryResultField

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

Gets or sets the artifact ID.

public string FieldCategory { get; set; }

Gets or sets the field category.

public string FieldType { get; set; }

Gets or sets the type of the field.

public List<Guid> Guids { get; set; }

Gets or sets the list of guids associated with the field.

public string Name { get; set; }

Gets or sets the name.