OS&DPA version - raw response from the API

interface OsDpaRaw {
    compatibility: number[];
    downloadPath: string;
    dpa: string;
    dpaAttributes: number;
    dpaDownloadPath: string;
    notes: string;
    os: string;
    osAttributes: number;
    osDownloadPath: string;
    osDpaID: number;
    osTrFamily: string;
    osVersion: string;
}

Properties

compatibility: number[]
downloadPath: string

Use @link{OsDpa::dpaDownloadPath} instead

dpa: string
dpaAttributes: number
dpaDownloadPath: string
notes: string
os: string
osAttributes: number
osDownloadPath: string
osDpaID: number
osTrFamily: string
osVersion: string