google_api_android_enterprise v0.19.0 GoogleApi.AndroidEnterprise.V1.Model.StorePage View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidEnterprise.V1.Model.StorePage{ id: String.t(), link: [String.t()], name: [GoogleApi.AndroidEnterprise.V1.Model.LocalizedText.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.