Show / Hide Table of Contents

Class AppManualAppInfo

Information provided for manual apps which are not linked to an application store (Example: Google Play, App Store).

Inheritance
object
AppManualAppInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX