Show / Hide Table of Contents

Class LocalizedStoreListings

The localized store listings of an app.

Inheritance
object
LocalizedStoreListings
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX