Skip to content

Commit bccd1ea

Browse files
authored
Update team to call out deprecation (#520)
* Update team to call out deprecation * Apply suggestions from code review
1 parent 270ae3c commit bccd1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

team.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Team struct {
2020
Contacts []Contact
2121

2222
HTMLUrl string
23-
Manager User
23+
Manager User // Deprecated: Use .GetMemberships() and Memberships field instead.
2424
Memberships *TeamMembershipConnection
2525
Name string
2626
ParentTeam TeamId

0 commit comments

Comments
 (0)