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 d28b0fd commit f2870c1Copy full SHA for f2870c1
deploygate_organization_member.go
@@ -12,8 +12,8 @@ type GetOrganizationMemberResponse struct {
12
}
13
14
type Member struct {
15
- UserName string `mapstructure:"username"`
16
- Email string `mapstructure:"email"`
+ Name string `mapstructure:"name"`
+ URL string `mapstructure:"url"`
17
IconURL string `mapstructure:"icon_url"`
18
Type string `mapstructure:"type"`
19
Inviting bool `mapstructure:"inviting"`
0 commit comments