File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ type Team struct {
29
29
30
30
// TeamMember represents a Grafana team member.
31
31
type TeamMember struct {
32
- OrgID int64 `json:"orgId,omitempty"`
33
- TeamID int64 `json:"teamId,omitempty"`
34
- UserID int64 `json:"userID,omitempty"`
35
- Email string `json:"email,omitempty"`
36
- Login string `json:"login,omitempty"`
37
- AvatarURL string `json:"avatarUrl,omitempty"`
38
- Permission int64 `json:"permission,omitempty"`
32
+ OrgID int64 `json:"orgId,omitempty"`
33
+ TeamID int64 `json:"teamId,omitempty"`
34
+ UserID int64 `json:"userID,omitempty"`
35
+ Email string `json:"email,omitempty"`
36
+ Login string `json:"login,omitempty"`
37
+ AvatarURL string `json:"avatarUrl,omitempty"`
38
+ Permission int64 `json:"permission,omitempty"`
39
+ Labels []string `json:"labels,omitempty"`
39
40
}
40
41
41
42
// SearchTeam searches Grafana teams and returns the results.
You can’t perform that action at this time.
0 commit comments