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