// TODO: Get appropriate copyright header package awx // WorkflowJobsGetResponse defines the response from a workflow jobs get request type WorkflowJobsGetResponse struct { ListGetResponse Results []*WorkflowJob `json:"results"` }