class Google::Apis::AndroidenterpriseV1::StoreLayoutPagesListResponse

Attributes

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 lib/google/apis/androidenterprise_v1/classes.rb, line 2624
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidenterprise_v1/classes.rb, line 2629
def update!(**args)
  @page = args[:page] if args.key?(:page)
end