class Google::Apis::BooksV1::Volume::LayerInfo
What layers exist in this volume and high level information about them.
Attributes
layers[RW]
A layer should appear here if and only if the layer exists for this book. Corresponds to the JSON property `layers` @return [Array<Google::Apis::BooksV1::Volume::LayerInfo::Layer>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 3272 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/books_v1/classes.rb, line 3277 def update!(**args) @layers = args[:layers] if args.key?(:layers) end