attachment_urls maps each attachment name to a pre-signed download URL.
public JsonValue _attachmentUrls()attachment_urls maps each attachment name to a pre-signed download URL.
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = experimentRunCreateResponse.attachmentUrls().convert(MyClass.class);