class Google::Apis::AndroidenterpriseV1::StoreLayoutPagesListResponse
The store page resources for the enterprise.
Attributes
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#storeLayoutPagesListResponse”. Corresponds to the JSON property `kind` @return [String]
page[RW]
A store page of an enterprise. Corresponds to the JSON property `page` @return [Array<Google::Apis::AndroidenterpriseV1::StorePage>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 1292 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 1297 def update!(**args) @kind = args[:kind] if args.key?(:kind) @page = args[:page] if args.key?(:page) end