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

com.quali.cloudshell.api.DeleteSandboxResponse Maven / Gradle / Ivy

The newest version!
package com.quali.cloudshell.api;

import com.fasterxml.jackson.annotation.JsonProperty;

public class DeleteSandboxResponse
{
    @JsonProperty("result")
    public String result;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy