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
| 2469 2470 2471 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2469 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
| 2462 2463 2464 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2462 def kind @kind end | 
#page ⇒ Array<Google::Apis::AndroidenterpriseV1::StorePage>
A store page of an enterprise.
Corresponds to the JSON property page
| 2467 2468 2469 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2467 def page @page end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2474 2475 2476 2477 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2474 def update!(**args) @kind = args[:kind] if args.key?(:kind) @page = args[:page] if args.key?(:page) end |