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

Relativity.Services.Interfaces.Choice.Models.ChoiceResponse

Represents the results of a read operation on a choice.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the choice.

public NameIDPair Color { get; set; }

Gets choice the color for the choice.

Gets the Artifact ID and name of the user who created the choice.

public DateTime CreatedOn { get; set; }

Gets the date and time when the choice was added to Relativity.

public DisplayableObjectIdentifier Field { get; set; }

Gets the field for the choice.

Gets choice the keyboard shortcut for the choice.

public string Keywords { get; set; }

Gets optional words or phrase used to describe the choice.

Gets the Artifact ID and name of the user who recently updated the choice.

public DateTime LastModifiedOn { get; set; }

Gets the date and time when the choice was most recently updated.

public Meta Meta { get; set; }

Gets the meta data associated with the Choice.

public string Notes { get; set; }

Gets optional words or phrase used to describe the choice.

public string ObjectVersionToken { get; set; }

Gets or sets version token of an object.

public int Order { get; set; }

Gets choice the order for the choice.

public ObjectIdentifier Parent { get; set; }

Gets the parent choice for the choice.

Gets choice a list of identifiers of associated Relativity Applications for the choice.

public ChoiceResponse()