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