Files
PyGithub/github/GithubObjects/Event.py
T
2012-03-14 22:56:08 +01:00

10 lines
205 B
Python

from GithubObject import *
Event = GithubObject(
"Event",
InternalSimpleAttributes(
"type", "public", "payload", "created_at", "id", "commit_id", "url",
"event", "issue",
),
)