We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff3917 commit 080d9c8Copy full SHA for 080d9c8
azure-devops-client/agentpool.go
@@ -64,7 +64,6 @@ type AgentPoolAgent struct {
64
Version string
65
CreatedOn time.Time
66
AssignedRequest JobRequest
67
-
68
}
69
70
type JobRequest struct {
@@ -110,10 +109,9 @@ func (c *AzureDevopsClient) ListAgentPoolAgents(agentPoolId int64) (list AgentPo
110
109
return
111
112
113
114
type AgentPoolJobList struct {
115
- Count int `json:"count"`
116
- List []JobRequest `json:"value"`
+ Count int `json:"count"`
+ List []JobRequest `json:"value"`
117
118
119
func (c *AzureDevopsClient) ListAgentPoolJobs(agentPoolId int64) (list AgentPoolJobList, error error) {
0 commit comments