<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

ClientResponse

Represents the results of a read operation on a client.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the artifact.

Gets the Artifact ID and name of the user who created the artifact.

public DateTime CreatedOnDate { get; set; }

Gets the date and time when the artifact was added to Relativity.

public bool IsClientDomain { get; set; }

Gets or sets the client's domain status.

public string Keywords { get; set; }

Gets or sets any keywords associated with the artifact.

Gets the Artifact ID and name of the user who recently updated the artifact.

public DateTime LastModifiedOnDate { get; set; }

Gets the date and time when the artifact was most recently updated.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current artifact.

public string Name { get; set; }

Gets or sets the client's name.

public string Notes { get; set; }

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

public string Number { get; set; }

Gets or sets the client's number.

public DisplayableObjectIdentifier Status { get; set; }

Gets or sets the client's status.

public ClientResponse()