google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.StoreLayout View Source
General setting for the managed Google Play store layout, currently only specifying the page to display the first time the store is opened.
Attributes
- homepageId (String.t): The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store.
Not specifying a homepage is equivalent to setting the store layout type to "basic". Defaults to nil
.
- kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storeLayout". Defaults to
androidenterprise#storeLayout
. - storeLayoutType (String.t): The store layout type. By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.