http://adgear.com/api/schemas/xml#output
complexType ad_unit_file

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#output}ad_unit_file (restriction)

Properties
This component is not nillable.

Model
<...>
(id ; type ; name ; original_filename ; filename ; width ; height ; size ; content_type ; length ; admin_asset_path ; assets_url ; created_at ; updated_at)
</...>


Nested Element Summary
adgear:stringadmin_asset_path
           The path, relative to the admin application's root URL, where the actual file may be retrieved ; This path requires standard API authentication, and is not meant for public ad serving ; It's simply a location where a just-uploaded file may be, if needed, immediately downloaded by the API consumer  
adgear:anyURIassets_url
           The full URL of the ad unit file as it resides on the content delivery network, indended for public ad serving ; Recently-created ad unit files may need a few minutes before they are available on the content delivery network  
adgear:stringcontent_type
           The content/MIME type of the ad unit file  
adgear:dateTimecreated_at
           Creation timestamp of the ad unit file  
adgear:stringfilename
           Normalized filename  
adgear:longheight
           The height of the ad unit file, if it's an image  
adgear:longid
           AdGear's internal ID of the ad unit file  
adgear:longlength
           The length of the ad unit file, if it's video or audio  
adgear:stringname
           Name of the ad unit file  
adgear:stringoriginal_filename
           Original filename supplied by the uploading browser  
adgear:longsize
           The size of the ad unit file, in octets  
adgear:stringtype
           AdGear's internal type of the ad unit file  
adgear:dateTimeupdated_at
           Last-modification timestamp of the ad unit file  
adgear:longwidth
           The width of the ad unit file, if it's an image  
Local Usage
ad_unit_files

Source
<xs:complexType name="ad_unit_file">
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="original_filename" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="filename" type="adgear:string">
</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="size" type="adgear:long">
</xs:element>
<xs:element name="content_type" type="adgear:string">
</xs:element>
<xs:element name="length" nillable="true" type="adgear:long">
</xs:element>
<xs:element name="admin_asset_path" type="adgear:string">
</xs:element>
<xs:element name="assets_url" type="adgear:anyURI">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</xs:element>
</xs:all>
</xs:complexType>


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