<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

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; }

Gets or sets a list of fields on the given static object that can't be updated.

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

Gets or sets a list of fields on the static object that are not supported on the given object instance.

public Meta()

Initializes a new instance of the Meta class.