Show / Hide Table of Contents

Class SubscriptionListing

The consumer-visible metadata of a subscription.

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

Properties

Benefits

A list of benefits shown to the user on platforms such as the Play Store and in restoration flows in the language of this listing. Plain text. Ordered list of at most four benefits.

Declaration
[JsonProperty("benefits")]
public virtual IList<string> Benefits { get; set; }
Property Value
Type Description
IList<string>

Description

The description of this subscription in the language of this listing. Maximum length - 80 characters. Plain text.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

LanguageCode

Required. The language of this listing, as defined by BCP-47, e.g. "en-US".

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

Title

Required. The title of this subscription in the language of this listing. Plain text.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX