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

Relativity.Services.Objects.DataContracts.RelativityObjectValue

Represents the value for an object field.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of the object.

public List<Guid> Guids { get; set; }

Gets or sets a list of GUIDs used to identify the object.

public bool ItemSecured { get; set; }

Indicates whether the item has been secured from the user

public string Name { get; set; }

Gets or sets the user-friendly name of the object.