![JAR search and dependency download from the Maven repository](/logo.png)
com.quali.cloudshell.api.CreateSandboxResponse 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 CreateSandboxResponse
{
@JsonProperty("id")
public String id;
@JsonProperty("name")
public String name;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy