Description
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
Used By
Source
<xs:complexType name="ClientAgencyReportJob" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension xmlns:q61="http://www.FatTail.com/api" base="q61:AdBookConnectEntity">
<xs:sequence>
<xs:element minOccurs="0" name="ClientAgencyReportJobID" type="xs:long" />
<xs:element minOccurs="0" name="ClientAgencyReportQuery" nillable="true" type="q61:ClientAgencyReportQuery" />
<xs:element minOccurs="0" name="Status" type="q61:ReportStatus" />
<xs:element minOccurs="0" name="StatusMessage" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
See Also