SSHKey public class SSHKey Documentation Code public string Created_at { get; set; } public string Id { get; set; } public string Key { get; set; } public string Title { get; set; } public string Url { get; set; } public SSHKey() public static SSHKey FromJson(string data) public string ToJson()