Class LocalizedStoreListing
A localized store listings of the app.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class LocalizedStoreListing : IDirectResponseSchema
Properties
AppName
The name of the app in this localization.
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 |
FeatureGraphic
The feature graphic of the app.
Declaration
[JsonProperty("featureGraphic")]
public virtual ImageAsset FeatureGraphic { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageAsset |
FullDescription
A longer description of the app in this localization.
Declaration
[JsonProperty("fullDescription")]
public virtual string FullDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Icon
The icon of the app.
Declaration
[JsonProperty("icon")]
public virtual ImageAsset Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageAsset |
LanguageCode
The BCP-47 language code for this localization.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneScreenshots
The phone screenshots of the app.
Declaration
[JsonProperty("phoneScreenshots")]
public virtual ScreenshotSet PhoneScreenshots { get; set; }
Property Value
| Type | Description |
|---|---|
| ScreenshotSet |
ShortDescription
A short description of the app in this localization.
Declaration
[JsonProperty("shortDescription")]
public virtual string ShortDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TabletRegularScreenshots
The regular tablet screenshots of the app.
Declaration
[JsonProperty("tabletRegularScreenshots")]
public virtual ScreenshotSet TabletRegularScreenshots { get; set; }
Property Value
| Type | Description |
|---|---|
| ScreenshotSet |
TabletSmallScreenshots
The small tablet screenshots of the app.
Declaration
[JsonProperty("tabletSmallScreenshots")]
public virtual ScreenshotSet TabletSmallScreenshots { get; set; }
Property Value
| Type | Description |
|---|---|
| ScreenshotSet |
Video
The video of the app.
Declaration
[JsonProperty("video")]
public virtual VideoAsset Video { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoAsset |