Class: Google::Apis::BooksV1::Volume::LayerInfo
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BooksV1::Volume::LayerInfo
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
 generated/google/apis/books_v1/representations.rb,
 generated/google/apis/books_v1/representations.rb
Overview
What layers exist in this volume and high level information about them.
Defined Under Namespace
Classes: Layer
Instance Attribute Summary collapse
- 
  
    
      #layers  ⇒ Array<Google::Apis::BooksV1::Volume::LayerInfo::Layer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A layer should appear here if and only if the layer exists for this book. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LayerInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LayerInfo. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LayerInfo
Returns a new instance of LayerInfo
| 3053 3054 3055 | # File 'generated/google/apis/books_v1/classes.rb', line 3053 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#layers ⇒ Array<Google::Apis::BooksV1::Volume::LayerInfo::Layer>
A layer should appear here if and only if the layer exists for this book.
Corresponds to the JSON property layers
| 3051 3052 3053 | # File 'generated/google/apis/books_v1/classes.rb', line 3051 def layers @layers end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3058 3059 3060 | # File 'generated/google/apis/books_v1/classes.rb', line 3058 def update!(**args) @layers = args[:layers] if args.key?(:layers) end |