BatchChangeChromeOsDeviceStatusRequest.fromJson constructor
BatchChangeChromeOsDeviceStatusRequest.fromJson(
- Map json_
Implementation
BatchChangeChromeOsDeviceStatusRequest.fromJson(core.Map json_)
: this(
changeChromeOsDeviceStatusAction:
json_['changeChromeOsDeviceStatusAction'] as core.String?,
deprovisionReason: json_['deprovisionReason'] as core.String?,
deviceIds: (json_['deviceIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);