google_api_android_enterprise v0.2.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 (String.t): Unique ID of this page. Assigned by the server. Immutable once assigned. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storePage". Defaults to:
null
. - link ([String.t]): 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. Defaults to:
null
. - name ([LocalizedText]): 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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.StorePage{
id: any(),
kind: any(),
link: [any()],
name: [GoogleApi.AndroidEnterprise.V1.Model.LocalizedText.t()]
}
t() :: %GoogleApi.AndroidEnterprise.V1.Model.StorePage{ id: any(), kind: any(), link: [any()], name: [GoogleApi.AndroidEnterprise.V1.Model.LocalizedText.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.