http://adgear.com/api/schemas/xml#output
element upload

Documentation
				Entity used when reading an upload in AdGear
		
Properties
This component is not nillable.

Model
<upload>
(id ; type ; content_type ; size ; width ; height ; filename ; created_at ; updated_at ; _urls)
</upload>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:stringcontent_type
           The content/MIME type of the upload  
adgear:dateTimecreated_at
           Creation timestamp of the upload  
adgear:stringfilename
           The filename of the upload  
adgear:longheight
           The height of the upload, if it's an image  
adgear:longid
           AdGear's internal ID of the upload ; You will need to remember this ID to supply it when creating a higher-level file-requiring object  
adgear:longsize
           The size, in octets, of the upload  
adgear:stringtype
           AdGear's internal type of the upload  
adgear:dateTimeupdated_at
           Last-modification timestamp of the upload  
adgear:longwidth
           The width of the upload, if it's an image  
Source
<xs:element name="upload">
<xs:complexType>
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="content_type" type="adgear:string">
</xs:element>
<xs:element name="size" type="adgear:long">
</xs:element>
<xs:element name="width" nillable="true" type="adgear:long">
</xs:element>
<xs:element name="height" nillable="true" type="adgear:long">
</xs:element>
<xs:element name="filename" type="adgear:string">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</xs:element>
<xs:element name="_urls" type="adgear:_urls">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.