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

be.lukin.poeditor.response.ProjectDetailResponse Maven / Gradle / Ivy

package be.lukin.poeditor.response;

import be.lukin.poeditor.models.Project;
import be.lukin.poeditor.models.Response;

public class ProjectDetailResponse {
    public Response response;
    public Project item;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy