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

Relativity.Services.Interfaces.Matter.Models.MatterRequest

public class MatterRequest
Represents a DTO used as a request for creating or updating a matter.
public Securable<ObjectIdentifier> Client { get; set; }

Gets or sets the identifier for the client associated with the matter

public string Keywords { get; set; }

Gets or sets any keywords associated with the matter.

public string Name { get; set; }

Gets or sets the name of the matter

public string Notes { get; set; }

Gets or sets an optional description or other information about the matter.

public string Number { get; set; }

Gets or sets the number of the matter

public Securable<ObjectIdentifier> Status { get; set; }

Gets or sets the identifier for the status of the matter

public MatterRequest(MatterResponse response)

public MatterRequest()

Initializes an instance of the MatterRequest class with all properties set to null.