Private/Types/models/DataEntryAlarmValue.generated.psm1
class DataEntryAlarmValue { [String]$AlarmCode = '' [String]$Employee = '' [String]$EmployeeCode = '' [boolean]$IsProtected = $true [String]$Note = '' [String]$SafeAlarmCode = '' } |