<PackageReference Include="Relativity.Identity.SDK" Version="2.3.4" />

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()