class Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Conjugation

Attributes

type[RW]

Corresponds to the JSON property `type` @return [String]

value[RW]

Corresponds to the JSON property `value` @return [String]

Public Class Methods

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