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

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

package be.lukin.poeditor.response;

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

public class EditTermsResponse {

    public Response response;
    public TermsDetails details;

    @Override
    public String toString() {
        return "AddTermsResponse{" +
                "response=" + response +
                ", details=" + details +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy