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

Relativity.Infrastructure.V1.WorkerServer.Models.WorkerServerRequest

public class WorkerServerRequest : IHaveKeywordsAndNotes
Represents a request for updating a worker server.
public string Keywords { get; set; }

Gets or sets any keywords associated with the resource server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource server.

public List<ObjectIdentifier> WorkerDesignatedWork { get; set; }

Gets or sets a list of designated work assigned to the server.

Initializes a new instance of the WorkerServerRequest class with all properties set to their default values.

Initializes a new instance of the WorkerServerRequest class with property values copied from a response object, which is useful for chaining commands.

Allows a response object to be implicitly converted to a request object.