Interface PackageApiInstallPackageRequest

Request parameters for installPackage operation in PackageApi.

PackageApiInstallPackageRequest

interface PackageApiInstallPackageRequest {
    assemblyGuid?: string;
    name: string;
    repositoryUrl?: string;
    version?: string;
}

Properties

assemblyGuid?: string

GUID of the associated assembly.

PackageApiInstallPackage

name: string

Package name.

PackageApiInstallPackage

repositoryUrl?: string

Optional. Specify the repository to install from.

PackageApiInstallPackage

version?: string

Optional version. Defaults to latest version.

PackageApiInstallPackage