io.github.jimmydbe.entities.BaseImageResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of theGamesDbClient Show documentation
Show all versions of theGamesDbClient Show documentation
Java wrapper for the Games DB API.
package io.github.jimmydbe.entities;
import lombok.Getter;
import java.util.List;
import java.util.Map;
@Getter
public class BaseImageResponse {
private int count;
private BaseUrl base_url;
private Map> images;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy