Show / Hide Table of Contents

Class AppStoreAppStoreListing

A localized store listing. These are the details about the app as shown in your app store.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX