public class org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.BulkResponse extends java.lang.Object
{
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression errors;
public java.util.List items;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression took;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ingest_took;
public void <init>()
{
java.util.List v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.BulkResponse v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.BulkResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.BulkResponse: java.util.List items> = v;
return;
}
}