View Source GoogleApi.AndroidEnterprise.V1.Model.StoreCluster (google_api_android_enterprise v0.26.0)

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.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.StoreCluster{
  id: String.t() | nil,
  name: [GoogleApi.AndroidEnterprise.V1.Model.LocalizedText.t()] | nil,
  orderInPage: String.t() | nil,
  productId: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.