EventArgDesc
EventArgDesc
Describes an available event argument name for an Event type, which can be used in EventAlarmExpression.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"type": "string",
"description": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
}
string
name
Required
The name of the argument
string
type
Required
The type of the argument.
description
Optional
Static strings used for describing an object model string or enumeration.