gpg::
  #include <event_manager.h>
  Contains data and response status for a single event.
Summary
| Public attributes | |
|---|---|
| data | All data for a specific event.  | 
| status | Can be one of the values enumerated in ResponseStatus.  | 
Public attributes
status
ResponseStatus gpg::EventManager::FetchResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is not VALID or VALID_BUT_STALE, FetchResponse returns an empty data map. 
