2.2.4.4 AlertInfo

msdn link

Namespace: http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08

The AlertInfo complex type contains information about a search alert.

 <xs:complexType name="AlertInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element xmlns:tns5="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query" minOccurs="0" name="ChangeType" type="tns5:AlertChangeType"/>
     <xs:element minOccurs="0" name="LastUpdateTime" type="xs:dateTime"/>
   </xs:sequence>
 </xs:complexType>

ChangeType: The type of changes for which a search alert MUST be generated. MUST be an AlertChangeType data type, as specified in section 2.2.5.1.

LastUpdateTime: The date and time, in Coordinated Universal Time (UTC) format, when the search alert was last generated.