http://www.FatTail.com/api
QueryFilterValue Complex Type
http://www.FatTail.com/api : QueryFilterValue Complex Type
Description
Filter information that can be used in a reporting query.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
QueryFilterValue Extension of AdBookConnectEntity Complex Type
Filter information that can be used in a reporting query.
Sequence
FilterID optional xs:long
System ID of entity to filter on.  The entity is determined by the filter type.
FilterType optional QueryFilterType Simple Type
Type of the filter.
Name optional xs:string
Name of associated with the
Used By
QueryFilterValue Element
QueryFilterValue Element
Source
<xs:complexType name="QueryFilterValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q38="http://www.FatTail.com/api" base="q38:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="FilterID" type="xs:long" />
        <xs:element minOccurs="0" name="FilterType" type="q38:QueryFilterType" />
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api