Skip to content

Commit

Permalink
Merge pull request #1137 from jredl-va/master
Browse files Browse the repository at this point in the history
The title property is missing from the SigmaScheduledQueryRun object
  • Loading branch information
remi-stripe authored Jul 19, 2020
2 parents d6536f3 + 28729e0 commit fbe490f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sigma_scheduledqueryrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type SigmaScheduledQueryRun struct {
SQL string `json:"sql"`
Status SigmaScheduledQueryRunStatus `json:"status"`
Query string `json:"query"`
Title string `json:"title"`
}

// SigmaScheduledQueryRunList is a list of scheduled query runs as retrieved from a list endpoint.
Expand Down

0 comments on commit fbe490f

Please sign in to comment.