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

Matter

Represents the Relativity matter object.
public List<HttpAction> Actions { get; set; }

Gets or sets a list of RESTful operations that a user has permissions to perform on the matter.

public Client Client { get; set; }

Gets or sets the client.

public string Keywords { get; set; }

Gets or sets the keywords.

public Meta Meta { get; set; }

Gets or sets additional information available as extended metadata.

public string Notes { get; set; }

Gets or sets the notes.

public string Number { get; set; }

Gets or sets the number.

public string Status { get; set; }

Gets or sets the status.

public Matter()

Fills the required properties.