.apis.google.com/chart?chxl=0:|Available|Possible|Matched (forecast)&chxp=0,20,60,100&chxs=0,000000,11.5,0,t,676767&chxtc=0,10&chxt=x&chs=440x75&cht=bhs&chco=D4F8AD,FFF15C,FC5D5D&chd=t:20|40|40&chp=0,0.05&chm=tNo+overbooking,000000,0,0,10,1,:-75|tOverbook+lower+priority,000000,0,0,10,1,:20|tOverbook+higher+priority,000000,0,0,10,1,:175"/>
Java class for Forecast complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Forecast"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="orderId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unitType" type="{https://www.google.com/apis/ads/publisher/v201311}UnitType" minOccurs="0"/> <element name="availableUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="deliveredUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="matchedUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possibleUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="reservedUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contendingLineItems" type="{https://www.google.com/apis/ads/publisher/v201311}ContendingLineItem" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>