A module to define GitHubEvent class.
- Version:
- 1.0.0
- Source:
Classes
Members
(inner) actor :object
User that triggered the event.
Type:
- object
- Source:
(inner) created_at :string
Date and time when the event was triggered formatted according to ISO 8601.
Type:
- string
- Source:
(inner) id :integer
The unique identifier for the event.
Type:
- integer
- Source:
(inner) org :object
(Optional) Organization that was chosen by the actor to perform action that triggers the event.
Type:
- object
- Source:
(inner) payload :object
Payload object is unique to the event type.
Type:
- object
- Source:
(inner) public :boolean
Whether the event is visible to all users.
Type:
- boolean
- Source:
(inner) repo :object
Repository object where the event occurred.
Type:
- object
- Source:
(inner) type :string
Type of event. Events uses PascalCase for the name.
Type:
- string
- Source:
Methods
(inner) Test()
Self running expression for testing purpose.
- Source: