class Google::Apis::BooksV1::Volume::LayerInfo::Layer
Attributes
layer_id[RW]
The layer id of this layer (e.g. “geo”). Corresponds to the JSON property `layerId` @return [String]
volume_annotations_version[RW]
The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately. Corresponds to the JSON property `volumeAnnotationsVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 2902 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 2907 def update!(**args) @layer_id = args[:layer_id] if args.key?(:layer_id) @volume_annotations_version = args[:volume_annotations_version] if args.key?(:volume_annotations_version) end