Class MobileApp
A mobile app promoted by a mobile app install line item.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class MobileApp : IDirectResponseSchema
Properties
AppId
Required. The ID of the app provided by the platform store. Android apps are identified by the bundle ID
used by Android's Play store, such as com.google.android.gm
. iOS apps are identified by a nine-digit app
ID used by Apple's App store, such as 422689480
.
Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Output only. The app name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Platform
Output only. The app platform.
Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type | Description |
---|---|
string |
Publisher
Output only. The app publisher.
Declaration
[JsonProperty("publisher")]
public virtual string Publisher { get; set; }
Property Value
Type | Description |
---|---|
string |