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 generated/google/apis/books_v1/classes.rb, line 2877
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/books_v1/classes.rb, line 2882
def update!(**args)
  @layers = args[:layers] if args.key?(:layers)
end