3.2.5.21.2.1 SetClientJobDescription

This element specifies input values for the SetClientJobDescription operation.

 <xs:element name="SetClientJobDescription">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="clientSid" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="clientJobIndex" type="xs:int" />
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

clientSid: A string that contains the security identifier of the client.

clientJobIndex: An integer that contains the index of the client job.

Description: A string that contains the description of the client job.