Show / Hide Table of Contents

Class Listing

A localized store listing. The resource for ListingsService.

Inheritance
System.Object
Listing
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Listing : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FullDescription

Full description of the app.

Declaration
[JsonProperty("fullDescription")]
public virtual string FullDescription { get; set; }
Property Value
Type Description
System.String

Language

Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
System.String

ShortDescription

Short description of the app.

Declaration
[JsonProperty("shortDescription")]
public virtual string ShortDescription { get; set; }
Property Value
Type Description
System.String

Title

Localized title of the app.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Video

URL of a promotional YouTube video for the app.

Declaration
[JsonProperty("video")]
public virtual string Video { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top