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 lib/google/apis/books_v1/classes.rb, line 848 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 853 def update!(**args) @title = args[:title] if args.key?(:title) end