Struct github::activity::Repository
[-] [+]
[src]
pub struct Repository {
pub id: u64,
pub name: String,
pub url: String,
}Documentation References:
https://developer.github.com/v3/activity/
All Activity::Events have the same response format.
The following structs represent this info found as a json response.
Repository contains all info regarding a git repository.
Fields
id | |
name | |
url |