Types/SNMPv3Output.ps1

class SNMPv3Output
{
    [IPAddress]$Node
    [string]$OID
    [string]$Type
    [Object]$Value
}