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

Meta

public class Meta
A collection of information about properties on a given object.
public List<string> ReadOnly { get; set; }

A list of properties on the given object that cannot be updated.

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

A list of properties on the object that are not supported on the given object instance.

public Meta()

Initializes an instance of the Meta class with all properties set to their default values.