class Google::Apis::BooksV1::Volume::SearchInfo

Search result information related to this volume.

Attributes

text_snippet[RW]

A text snippet containing the search query. Corresponds to the JSON property `textSnippet` @return [String]

Public Class Methods

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