Class: Google::Apis::BooksV1::AnnotationsSummary

Inherits:
Object
  • Object
show all
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

Defined Under Namespace

Classes: Layer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AnnotationsSummary

Returns a new instance of AnnotationsSummary.



383
384
385
# File 'generated/google/apis/books_v1/classes.rb', line 383

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


376
377
378
# File 'generated/google/apis/books_v1/classes.rb', line 376

def kind
  @kind
end

#layersArray<Google::Apis::BooksV1::AnnotationsSummary::Layer>

Corresponds to the JSON property layers



381
382
383
# File 'generated/google/apis/books_v1/classes.rb', line 381

def layers
  @layers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



388
389
390
391
# File 'generated/google/apis/books_v1/classes.rb', line 388

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @layers = args[:layers] if args.key?(:layers)
end