OperatingSystemRecords

OperatingSystemRecords
OperatingSystemRecords

A collection of operating system records.

This class is array of OperatingSystemRecord
JSON Example
[
    {
        "id": "string",
        "major_version": "10",
        "minor_version": "0",
        "name": "Windows 10 (x64)",
        "proc_arch": "9",
        "product_type": "1",
        "created_at": "2018-03-29T23:47:32Z",
        "updated_at": "2018-03-29T23:47:32Z"
    }
]