Class: Google::Apis::AndroidenterpriseV1::StoreLayoutPagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::StoreLayoutPagesListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb
Overview
The store page resources for the enterprise.
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#page ⇒ Array<Google::Apis::AndroidenterpriseV1::StorePage>
A store page of an enterprise.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StoreLayoutPagesListResponse
constructor
A new instance of StoreLayoutPagesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StoreLayoutPagesListResponse
Returns a new instance of StoreLayoutPagesListResponse
2473 2474 2475 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2473 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidenterprise#storeLayoutPagesListResponse".
Corresponds to the JSON property kind
2466 2467 2468 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2466 def kind @kind end |
#page ⇒ Array<Google::Apis::AndroidenterpriseV1::StorePage>
A store page of an enterprise.
Corresponds to the JSON property page
2471 2472 2473 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2471 def page @page end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2478 2479 2480 2481 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2478 def update!(**args) @kind = args[:kind] if args.key?(:kind) @page = args[:page] if args.key?(:page) end |