extra is additional runtime JSON attached to the run.
public JsonValue _extra()extra is additional runtime JSON attached to the run.
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = queryRunResponse.extra().convert(MyClass.class);