<PackageReference Include="Relativity.MassOperations.SDK" Version="2.0.0" />

Relativity.MassOperations.V2.DTOs.FieldRef

public class FieldRef
Field Ref.
public int ArtifactID { get; set; }

ArtifactID of the field.

public Guid? Guid { get; set; }

The guid of the field.

public string Name { get; set; }

Name of the field.

public int ViewFieldID { get; set; }

The view field id of the field.

public FieldRef()