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

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.