google_api_android_enterprise v0.16.1 GoogleApi.AndroidEnterprise.V1.Model.StoreCluster View Source
Definition of a managed Google Play store cluster, a list of products displayed as part of a store page.
Attributes
id
(type:String.t
, default:nil
) - Unique ID of this cluster. Assigned by the server. Immutable once assigned.kind
(type:String.t
, default:androidenterprise#storeCluster
) -name
(type:list(GoogleApi.AndroidEnterprise.V1.Model.LocalizedText.t)
, default:nil
) - 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.orderInPage
(type:String.t
, default:nil
) - 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.
productId
(type:list(String.t)
, default:nil
) - List of products in the order they are displayed in the cluster. There should not be duplicates within a cluster.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.AndroidEnterprise.V1.Model.StoreCluster{ id: String.t(), kind: String.t(), name: [GoogleApi.AndroidEnterprise.V1.Model.LocalizedText.t()], orderInPage: String.t(), productId: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.