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

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

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

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

@Data
public class ResponseResetPassword {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy