Skip to content

Commit f2870c1

Browse files
committed
Add member type of name, type and url.
1 parent d28b0fd commit f2870c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploygate_organization_member.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ type GetOrganizationMemberResponse struct {
1212
}
1313

1414
type Member struct {
15-
UserName string `mapstructure:"username"`
16-
Email string `mapstructure:"email"`
15+
Name string `mapstructure:"name"`
16+
URL string `mapstructure:"url"`
1717
IconURL string `mapstructure:"icon_url"`
1818
Type string `mapstructure:"type"`
1919
Inviting bool `mapstructure:"inviting"`

0 commit comments

Comments
 (0)