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.
2 parents f03d6aa + 3045bdf commit 333528bCopy full SHA for 333528b
azuredevops/v7/graph/models.go
@@ -87,6 +87,8 @@ type GraphGroup struct {
87
PrincipalName *string `json:"principalName,omitempty"`
88
// A short phrase to help human readers disambiguate groups with similar names
89
Description *string `json:"description,omitempty"`
90
+ // Whether the group has been deleted
91
+ IsDeleted *bool `json:"isDeleted,omitempty"`
92
}
93
94
// Do not attempt to use this type to create a new group. This type does not contain sufficient fields to create a new group.
0 commit comments