Class AppDetails
The app details. The resource for DetailsService.
Implements
Inherited Members
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 |