![JAR search and dependency download from the Maven repository](/logo.png)
com.jelastic.api.response.CreateEnvironmentResponse Maven / Gradle / Ivy
The newest version!
package com.jelastic.api.response;
import java.lang.Double;
import java.lang.String;
public class CreateEnvironmentResponse extends StubResponse {
String name;
Double id;
public CreateEnvironmentResponse(String name, Double id) {
this.name = name;
this.id = id;
}
public CreateEnvironmentResponse() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy