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

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.

Attributes

  • id (type: String.t, default: nil) - Unique ID of this page. Assigned by the server. Immutable once assigned.
  • link (type: list(String.t), default: nil) - 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.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.