Show / Hide Table of Contents

Class AppDetails

The app details. The resource for DetailsService.

Inheritance
object
AppDetails
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.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
string

ContactPhone

The user-visible support telephone number for this app.

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

ContactWebsite

The user-visible website for this app.

Declaration
[JsonProperty("contactWebsite")]
public virtual string ContactWebsite { get; set; }
Property Value
Type Description
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
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