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.



2770
2771
2772
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 2770

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



2768
2769
2770
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 2768

def page
  @page
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2775
2776
2777
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 2775

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