Actuate Information Delivery API data types : Group
 
Group
A complex data type that describes a notification group.
Schema
<xsd:complexType name="Group">
<xsd:sequence>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Id
The group ID.
Name
The name of the group. Cannot exceed 50 characters.
Description
The description of the group. Cannot exceed 500 characters.