<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Client.Client

public class Client : ClientRef
Represents the Client
public string Keywords { get; set; }

Client Keywords

public string Notes { get; set; }

Client Notes

public string Number { get; set; }

Represents the billing number of the client.

public ChoiceRef Status { get; set; }

Represents the status of the client.

public UserRef SystemCreatedBy { get; set; }

Client SystemCreatedBy

public DateTime SystemCreatedOn { get; set; }

Client SystemCreatedOn

public UserRef SystemLastModifiedBy { get; set; }

Client SystemLastModifiedBy

public DateTime SystemLastModifiedOn { get; set; }

Client SystemLastModifiedOn

public bool TenancyStatus { get; set; }

Represents the TenancyStatus of the client.

public Client()

Initializes a new instance of the Client class with the given ArtifactID.