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

me.tomsdevsn.hetznercloud.objects.response.ResponseConsole Maven / Gradle / Ivy

The newest version!
package me.tomsdevsn.hetznercloud.objects.response;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

@Data
public class ResponseConsole {

    @JsonProperty("wss_url")
    private String wssURL;
    private String password;
    private BackupAction action;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy