Show / Hide Table of Contents

Class Listing

Inheritance
System.Object
Listing
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Listing : object, 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; this may be up to 4000 characters in length.

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

Language

Language localization code (for example, "de-AT" for Austrian German).

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

ShortDescription

Short description of the app (previously known as promo text); this may be up to 80 characters in length.

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

Title

App's localized title.

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

Video

URL of a promotional YouTube video for the app.

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

Implements

IDirectResponseSchema
Back to top