8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1d7f7 commit 3b329d5Copy full SHA for 3b329d5
sdk/event.go
@@ -32,7 +32,7 @@ type Event struct {
32
WorkflowRunNumSub int64 `json:"workflow_run_num_sub,omitempty"`
33
Status string `json:"status,omitempty"`
34
Tags []WorkflowRunTag `json:"tag,omitempty"`
35
- EventIntegrationsID []int64 `json:"-"`
+ EventIntegrationsID []int64 `json:"event_integrations_id"`
36
}
37
38
// EventFilter represents filters when getting events
0 commit comments