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

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

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

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

@Data
public class ResponseRebuildServer {

    public Action action;
    @JsonProperty("root_password")
    public String rootPassword;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy