Class StoreCluster
Definition of a managed Google Play store cluster, a list of products displayed as part of a store page.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class StoreCluster : 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 cluster. Assigned by the server. Immutable once assigned.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
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> |
OrderInPage
String (US-ASCII only) used to determine order of this cluster within the parent page's elements. Page elements are sorted in lexicographic order of this field. Duplicated values are allowed, but ordering between elements with duplicate order is undefined. The value of this field is never visible to a user, it is used solely for the purpose of defining an ordering. Maximum length is 256 characters.
Declaration
[JsonProperty("orderInPage")]
public virtual string OrderInPage { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
List of products in the order they are displayed in the cluster. There should not be duplicates within a cluster.
Declaration
[JsonProperty("productId")]
public virtual IList<string> ProductId { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |