Private/Types/models/DataEntryDoorCodeValue.generated.psm1


class DataEntryDoorCodeValue
{
    [String]$DoorCode = ''
    [String]$DoorLocation = ''
    [boolean]$IsProtected = $true
    [String]$Note = ''
    [String]$SafeCode = ''
}