go-datadog-api icon indicating copy to clipboard operation
go-datadog-api copied to clipboard

Allow for related_event_id on the Event struct

Open jonpjenkins opened this issue 5 years ago • 0 comments

Events can be related, when posting with a parent_id - https://docs.datadoghq.com/api/?lang=bash#post-an-event

Could you please add a field for related_event_id in the Event struct?

ParentId *int 'json:"related_event_id,omitempty"'

jonpjenkins avatar Mar 04 '20 16:03 jonpjenkins