Removed the result attribute from the BaseResponse class
This commit is contained in:
parent
04e6fe5b5c
commit
e786e0ca31
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ package cy.agorise.graphenej.models;
|
||||||
public class BaseResponse {
|
public class BaseResponse {
|
||||||
public long id;
|
public long id;
|
||||||
public Error error;
|
public Error error;
|
||||||
public Object result;
|
|
||||||
|
|
||||||
public static class Error {
|
public static class Error {
|
||||||
public ErrorData data;
|
public ErrorData data;
|
||||||
|
|
Loading…
Reference in a new issue