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

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

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

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import me.tomsdevsn.hetznercloud.objects.general.SSHKey;

@Data
public class ResponseSSHKey {

    @JsonProperty("ssh_key")
    private SSHKey sshKey;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy