com.quali.cloudshell.api.DeleteSandboxResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sandbox-api Show documentation
Show all versions of sandbox-api Show documentation
CloudShell Sandbox java gateway project
package com.quali.cloudshell.api;
import com.fasterxml.jackson.annotation.JsonProperty;
public class DeleteSandboxResponse
{
@JsonProperty("result")
public String result;
}