<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

Relativity.Infrastructure.V1.ServicesServer.Models.ServicesServerResponse

public class ServicesServerResponse : DisplayableObjectIdentifier, IHaveType, IHaveDisplayableStatus, IHaveVersion, IHaveKeywordsAndNotes, IHaveMetaAndActions, IHaveSecurableCreatedAndModified
Represents results of a read operation on a services server.
public List<Action> Actions { get; set; }

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

public Securable<DisplayableObjectIdentifier> CreatedBy { get; set; }

Gets or sets the ID and name of the user who created the artifact.

public DateTime CreatedOn { get; set; }

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

public string Keywords { get; set; }

Gets or sets any keywords associated with the artifact.

public Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; }

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

public DateTime LastModifiedOn { get; set; }

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

public Meta Meta { get; set; }

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

public string Notes { get; set; }

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

public DisplayableObjectIdentifier Status { get; set; }

Gets or sets the status of the services server.

public DisplayableObjectIdentifier Type { get; set; }

Gets or sets the type of the server.

public string Version { get; set; }

Gets or sets the version of the services server.