Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Add AnalyzerName
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed May 29, 2018
1 parent 4c242ac commit 3f5f7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions job.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ type Job struct {
ID string `json:"id"`
AnalyzerDefinitionID string `json:"analyzerDefinitionId"`
AnalyzerID string `json:"analyzerID"`
AnalyzerName string `json:"analyzerName"`
Status string `json:"status"`
Organization string `json:"organization"`
StartDate int64 `json:"startDate"`
Expand Down

0 comments on commit 3f5f7fa

Please sign in to comment.