class Vellum::TerminalNodeJsonResult
def self.validate_raw(obj:)
-
(Void)-
Parameters:
-
obj(Object) --
def self.validate_raw(obj:) obj.id&.is_a?(String) != false || raise("Passed value for field obj.id is not the expected type, validation failed.") obj.name.is_a?(String) != false || raise("Passed value for field obj.name is not the expected type, validation failed.") obj.value&.is_a?(Hash) != false || raise("Passed value for field obj.value is not the expected type, validation failed.") end