Show / Hide Table of Contents

Class StorePage

Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.

Inheritance
object
StorePage
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.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class StorePage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Id

Unique ID of this page. Assigned by the server. Immutable once assigned.

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

Link

Ordered list of pages a user should be able to reach from this page. The list can't include this page. It is recommended that the basic pages are created first, before adding the links between pages. The API doesn't verify that the pages exist or the pages are reachable.

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

Name

Ordered list of localized strings giving the name of this page. The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry.

Declaration
[JsonProperty("name")]
public virtual IList<LocalizedText> Name { get; set; }
Property Value
Type Description
IList<LocalizedText>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX