class Google::Apis::BooksV1::DictLayerData
Attributes
common[RW]
Corresponds to the JSON property `common` @return [Google::Apis::BooksV1::DictLayerData::Common]
dict[RW]
Corresponds to the JSON property `dict` @return [Google::Apis::BooksV1::DictLayerData::Dict]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 827 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 832 def update!(**args) @common = args[:common] if args.key?(:common) @dict = args[:dict] if args.key?(:dict) @kind = args[:kind] if args.key?(:kind) end