public class GetUpdatesResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
ok |
java.util.List<Update> |
result |
| Constructor and Description |
|---|
GetUpdatesResponse(boolean ok,
java.util.List<Update> result) |