// TODO: Get appropriate copyright header package awx type JobEventsGetResponse struct { ListGetResponse Results []JobEvent `json:"results"` }