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

Relativity.Services.Interfaces.Shared.Models.Meta

public class Meta
A collection of information about fields on a given static object that may have restrictions
public List<string> ReadOnly { get; set; }

A list of fields on the given static object that can't be updated

public List<string> Unsupported { get; set; }

A list of fields on the static object that are not supported on the given object instance

public Meta()