Skip to content

Commit

Permalink
Merge pull request #185 from xuzhang3/f/group_deleted
Browse files Browse the repository at this point in the history
Add group deleted flag
  • Loading branch information
nechvatalp authored Oct 14, 2024
2 parents 2512132 + 04d0dbf commit 3045bdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azuredevops/v7/graph/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ type GraphGroup struct {
PrincipalName *string `json:"principalName,omitempty"`
// A short phrase to help human readers disambiguate groups with similar names
Description *string `json:"description,omitempty"`
// Whether the group has been deleted
IsDeleted *bool `json:"isDeleted,omitempty"`
}

// Do not attempt to use this type to create a new group. This type does not contain sufficient fields to create a new group.
Expand Down

0 comments on commit 3045bdf

Please sign in to comment.