Class LocalizedStoreListings
The localized store listings of an app.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class LocalizedStoreListings : IDirectResponseSchema
Properties
DefaultLanguageCode
The default language code of the app. If a localized store listing is not available for a given language, assets from the default language are used instead.
Declaration
[JsonProperty("defaultLanguageCode")]
public virtual string DefaultLanguageCode { 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 |
LocalizedStoreListingsValue
Declaration
[JsonProperty("localizedStoreListings")]
public virtual IList<LocalizedStoreListing> LocalizedStoreListingsValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LocalizedStoreListing> |