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

UserFieldRequest

Represents a DTO used as a request for creating or updating a User 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 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.