inputs is the run input payload (arbitrary JSON object).
public JsonValue _inputs()inputs is the run input payload (arbitrary JSON object).
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = queryRunResponse.inputs().convert(MyClass.class);