<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

RelationalFieldOrder

public class RelationalFieldOrder
Represents the Order of Relational Fields.
public string Name { get; set; }

Gets the Name of the Relational Field.

public int Order { get; set; }

Gets the Order of the Relational Field.

public string Type { get; set; }

Gets the Type of Relational Field.