Class AppStoreAppStoreListing
A localized store listing. These are the details about the app as shown in your app store.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppStoreAppStoreListing : IDirectResponseSchema
Properties
AppIconId
Required. Image ID generated from UploadImage for the main app icon.
Declaration
[JsonProperty("appIconId")]
public virtual string AppIconId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AppName
Required. The title of the app.
Declaration
[JsonProperty("appName")]
public virtual string AppName { 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 |
FullDescription
Required. Comprehensive description text about the app.
Declaration
[JsonProperty("fullDescription")]
public virtual string FullDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
Required. Language code (e.g., "en-US") of the listing.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScreenshotId
Required. Multiple image IDs for screenshot galleries.
Declaration
[JsonProperty("screenshotId")]
public virtual IList<string> ScreenshotId { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ShortDescription
Optional. Quick summary about the app.
Declaration
[JsonProperty("shortDescription")]
public virtual string ShortDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VideoLink
Optional. Link to a video about the app.
Declaration
[JsonProperty("videoLink")]
public virtual string VideoLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |