Event¶
-
class
github.Event.Event¶ This class represents Events. The reference can be found here https://docs.github.com/en/rest/reference/activity#events
-
actor¶ Type: github.NamedUser.NamedUser
-
created_at¶ Type: datetime.datetime
-
id¶ Type: string
-
org¶ Type: github.Organization.Organization
-
payload¶ Type: dict
-
public¶ Type: bool
-
repo¶ Type: github.Repository.Repository
-
type¶ Type: string
-