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

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.