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

Relativity.Services.Interfaces.Field.Models.SingleChoiceFieldRequest

Represents a DTO used as a request for creating or updating a Single Choice field.
public bool AutoAddChoices { get; set; }

Gets or sets if the field should add all choices associated with the single choice field to an application.

public bool AvailableInFieldTree { get; set; }

Gets or sets whether to place the field and its choices in the Field Tree Browser.

public bool HasUnicode { get; set; }

Gets or sets if the field has unicode.

public bool OpenToAssociations { get; set; }

Gets or sets whether an object field can display its information on an associated object field.

public bool Wrapping { get; set; }

Gets or sets text wrapping for the field.