Struct github::activity::EventResponse  
            [-] [+]
        [src]
pub struct EventResponse {
    pub public: bool,
    pub repo: Repository,
    pub actor: Actor,
    pub org: Option<Organisation>,
    pub created_at: String,
    pub id: String,
}EventResponse represents the response for almost
all event requests found in activity::events with issues as an exception.
Fields
| public | |
| repo | |
| actor | |
| org | |
| created_at | |
| id |