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

PackageDetailsResponse

public class PackageDetailsResponse
Response containing application details after temporary package is uploaded.
public Guid ApplicationGUID { get; set; }

The unique identifier of the application.

public string FileName { get; set; }

The name of the application's RAP file.

public string Name { get; set; }

Name of the application.

public Guid PackageGUID { get; set; }

Identifier used in subsequent create or update requests.

public string SdkReminder { get; set; }

A reminder message for third party applications to start using the Server SDKs for future releases.

public string TreeView { get; set; }

The different components that make up the application in JSON format.

public string UserFriendlyURL { get; set; }

A more simple and readable version of the application's URL (i.e. without GUIDs).

public string Version { get; set; }

The version number of the application.