<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

IHaveMetaAndActions

public interface IHaveMetaAndActions
Represents a DTO with Meta and Actions properties.
List<Action> Actions { get; set; }

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

Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current artifact.