class Google::Apis::BooksV1::DictLayerData::Common

Attributes

title[RW]

The display title and localized canonical name to use when searching for this entity on Google search. Corresponds to the JSON property `title` @return [String]

Public Class Methods

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