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

io.contek.invoker.bybitinverse.api.rest.common.RestPagedResult Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.bybitinverse.api.rest.common;

import javax.annotation.concurrent.NotThreadSafe;
import java.util.List;

@NotThreadSafe
public final class RestPagedResult {

  public int current_page;
  public int last_page;
  public List data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy