Response message for getting licenses.

interface GetLicensesResponse {
    licenses: LicenseInformation[];
}

Properties

Properties

licenses: LicenseInformation[]

A collection of registered licenses.