Class AppManualAppInfo
Information provided for manual apps which are not linked to an application store (Example: Google Play, App Store).
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AppManualAppInfo : IDirectResponseSchema
Properties
DisplayName
The display name of the app as shown in the AdMob UI, which is provided by the user. The maximum length allowed is 80 characters.
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 |