Class: Google::Apis::AndroidenterpriseV1::StoreLayoutPagesListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidenterprise_v1/classes.rb,
lib/google/apis/androidenterprise_v1/representations.rb,
lib/google/apis/androidenterprise_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StoreLayoutPagesListResponse

Returns a new instance of StoreLayoutPagesListResponse.



2782
2783
2784
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 2782

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pageArray<Google::Apis::AndroidenterpriseV1::StorePage>

A store page of an enterprise. Corresponds to the JSON property page



2780
2781
2782
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 2780

def page
  @page
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2787
2788
2789
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 2787

def update!(**args)
  @page = args[:page] if args.key?(:page)
end