interface ListOSResponse {
    os: Dedibox.v1.OS[];
    totalCount: number;
}

Properties

Properties

os: Dedibox.v1.OS[]

OS that match filters.

totalCount: number

Total count of matching OS.