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

io.github.dft.zohocreator.model.dataapi.Result Maven / Gradle / Ivy

The newest version!
package io.github.dft.zohocreator.model.dataapi;

import lombok.Data;

@Data
public class Result {
    private Boolean message;
    private Boolean tasks;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy