class Google::Apis::SheetsV4::ErrorValue

def update!(**args)

Update properties of this object
def update!(**args)
  @message = args[:message] if args.key?(:message)
  @type = args[:type] if args.key?(:type)
end