class Google::Apis::BooksV1::DictLayerData::Dict
Attributes
source[RW]
The source, url and attribution for this dictionary data. Corresponds to the JSON property `source` @return [Google::Apis::BooksV1::DictLayerData::Dict::Source]
words[RW]
Corresponds to the JSON property `words` @return [Array<Google::Apis::BooksV1::DictLayerData::Dict::Word>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 872 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 877 def update!(**args) @source = args[:source] if args.key?(:source) @words = args[:words] if args.key?(:words) end