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

io.github.ferhas.users_provider.models.response.Info Maven / Gradle / Ivy

package io.github.ferhas.users_provider.models.response;

import lombok.Getter;

@Getter
@SuppressWarnings("unused")
public class Info {
    private String seed;
    private int results;
    private int page;
    private String version;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy