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

Relativity.Services.Interfaces.Field.Models.WholeNumberFieldRequest

Represents a DTO used as a request for creating or updating a Whole Number field.
public bool ALT { get; set; }

Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.

public bool CTRL { get; set; }

Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.

public Formatting Formatting { get; set; }

Gets or sets how the field value will be formatted when displayed.

public string Key { get; set; }

The key used along with SHIFT, ALT, and/or CTRL keys in the keyboard shortcut for the field.

public bool OpenToAssociations { get; set; }

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

public bool SHIFT { get; set; }

Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.

public bool Wrapping { get; set; }

Gets or sets text wrapping for the field.