Show / Hide Table of Contents

Class AppDetails

Inheritance
System.Object
AppDetails
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class AppDetails : object, IDirectResponseSchema

Properties

ContactEmail

The user-visible support email for this app.

Declaration
public virtual string ContactEmail { get; set; }
Property Value
Type Description
System.String

ContactPhone

The user-visible support telephone number for this app.

Declaration
public virtual string ContactPhone { get; set; }
Property Value
Type Description
System.String

ContactWebsite

The user-visible website for this app.

Declaration
public virtual string ContactWebsite { get; set; }
Property Value
Type Description
System.String

DefaultLanguage

Default language code, in BCP 47 format (eg "en-US").

Declaration
public virtual string DefaultLanguage { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top