$os
$os : \Iqrf\Repository\Entities\Os
IQRF OS and DPA entity
fromApiResponse(array{os: string, osVersion: string, osAttributes: int, osDownloadPath: string, dpa: string, dpaAttributes: int, dpaDownloadPath: string, notes: string} $response) : \Iqrf\Repository\Entities\OsDpa
Creates a new IQRF OS and DPA entity from the API response
array{os: string, osVersion: string, osAttributes: int, osDownloadPath: string, dpa: string, dpaAttributes: int, dpaDownloadPath: string, notes: string} | $response | API response body |
Created IQRF OS and DPA entity
jsonSerialize() : array{os: array{build: string, version: string, attributes: array{beta: bool|null, obsolete: bool|null}, downloadPath: string}, dpa: array{version: string, attributes: array{beta: bool|null, obsolete: bool|null}, downloadPath: string}, notes: string}
Serialized the IQRF OS and DPA entity into JSON
JSON serialized IQRF OS and DPA entity