io.github.dft.zohocreator.model.dataapi.Result Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoho-creator Show documentation
Show all versions of zoho-creator Show documentation
zoho-creator API using JDK 11
The newest version!
package io.github.dft.zohocreator.model.dataapi;
import lombok.Data;
@Data
public class Result {
private Boolean message;
private Boolean tasks;
}