mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-05 15:50:59 +00:00
9 lines
112 B
Java
9 lines
112 B
Java
package org.kohsuke.github;
|
|
|
|
/**
|
|
* @author Kohsuke Kawaguchi
|
|
*/
|
|
class JsonRateLimit {
|
|
GHRateLimit rate;
|
|
}
|