Show / Hide Table of Contents

Class AppDetails

The app details. The resource for DetailsService.

Inheritance
System.Object
AppDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppDetails : IDirectResponseSchema

Properties

ContactEmail

The user-visible support email for this app.

Declaration
[JsonProperty("contactEmail")]
public virtual string ContactEmail { get; set; }
Property Value
Type Description
System.String

ContactPhone

The user-visible support telephone number for this app.

Declaration
[JsonProperty("contactPhone")]
public virtual string ContactPhone { get; set; }
Property Value
Type Description
System.String

ContactWebsite

The user-visible website for this app.

Declaration
[JsonProperty("contactWebsite")]
public virtual string ContactWebsite { get; set; }
Property Value
Type Description
System.String

DefaultLanguage

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

Declaration
[JsonProperty("defaultLanguage")]
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
In This Article
Back to top