class Google::Apis::AndroidenterpriseV1::StoreLayout
General setting for the Google Play for Work store layout, currently only specifying the page to display the first time the store is opened.
Attributes
homepage_id[RW]
The ID of the store page to be used as the homepage. The homepage will be used as the first page shown in the Google Play for Work store. If there is no homepage set, an empty store is shown. The homepage can be unset (by not specifying it) to empty the store. If there exists at least one page, this field must be set to the ID of a valid page. Corresponds to the JSON property `homepageId` @return [String]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#storeLayout”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 1240 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidenterprise_v1/classes.rb, line 1245 def update!(**args) @homepage_id = args[:homepage_id] if args.key?(:homepage_id) @kind = args[:kind] if args.key?(:kind) end