Show / Hide Table of Contents

Class Listing

A localized store listing. The resource for ListingsService.

Inheritance
object
Listing
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 Listing : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FullDescription

Full description of the app.

Declaration
[JsonProperty("fullDescription")]
public virtual string FullDescription { get; set; }
Property Value
Type Description
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
string

ShortDescription

Short description of the app.

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

Title

Localized title of the app.

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

Video

URL of a promotional YouTube video for the app.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX