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

Relativity.Services.Interfaces.Field.Models.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.