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 af415c8 commit 60288d2Copy full SHA for 60288d2
deploygate_organization_member.go
@@ -15,7 +15,7 @@ type Member struct {
15
UserName string `mapstructure:"username"`
16
Email string `mapstructure:"email"`
17
IconURL string `mapstructure:"icon_url"`
18
- Inviting bool `mapstructure:"inviting"`
+ Type string `mapstructure:"type"`
19
}
20
21
func (c *Client) GetOrganizationMember(i *GetOrganizationMemberInput) (*GetOrganizationMemberResponse, error) {
0 commit comments