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 generated/google/apis/books_v1/classes.rb, line 870
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 875
def update!(**args)
  @source = args[:source] if args.key?(:source)
  @words = args[:words] if args.key?(:words)
end