Java class for FeedMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="feedMappingId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="feedId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="placeholderType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="status" type="{https://adwords.google.com/api/adwords/cm/v201306}FeedMapping.Status" minOccurs="0"/> <element name="attributeFieldMappings" type="{https://adwords.google.com/api/adwords/cm/v201306}AttributeFieldMapping" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
|
|
|
|