<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.2.8" />

Relativity.Services.Field.IViewFieldAssociable

public interface IViewFieldAssociable
Defines an artifact that can be associated with View Fields.
int ArtifactTypeID { get; set; }

The Artifact Type ID of the object this artifact is assigned to.

List<FieldRef> Fields { get; set; }

List of associated View Fields.