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

InstallApplicationRequest

Represents a request for installing an application into one or more workspaces.

A list of resolutions to fix validation conflicts.

public bool UnlockApplications { get; set; }

Unlocks applications that conflict with the install.

public List<int> WorkspaceIDs { get; set; }

A list of workspaces where the application should be installed.