All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.serialized.client.projection.ProjectionsResponse Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package io.serialized.client.projection;

import java.util.List;

public class ProjectionsResponse {

  public List> projections;

  public boolean hasMore;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy