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

Documentation
				Entity used when reading a mobile app in AdGear
		
Properties
This component is not nillable.

Model
<mobile_app>
(id ; type ; name ; mobile_app_type ; state ; created_at ; updated_at ; _urls)
</mobile_app>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:dateTimecreated_at
           Creation timestamp of the entity  
adgear:longid
           AdGear's internal ID of the mobile app  
adgear:stringmobile_app_type
           The type of device that will serve this mobile app  
adgear:stringname
           The name of the mobile app  
adgear:stringstate
           The state of the mobile app (example: active, deleted)  
adgear:stringtype
           AdGear's internal type of the mobile app  
adgear:dateTimeupdated_at
           Last-modification timestamp of the entity  
Source
<xs:element name="mobile_app">
<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="name" type="adgear:string">
</xs:element>
<xs:element name="mobile_app_type" type="adgear:string">
</xs:element>
<xs:element name="state" 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.