class Google::Apis::BooksV1::AnnotationsSummary

Attributes

kind[RW]

Corresponds to the JSON property `kind` @return [String]

layers[RW]

Corresponds to the JSON property `layers` @return [Array<Google::Apis::BooksV1::AnnotationsSummary::Layer>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 382
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 387
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @layers = args[:layers] if args.key?(:layers)
end