Skip to content

Commit 4e137c1

Browse files
committed
Add inviting response.
1 parent 60288d2 commit 4e137c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploygate_organization_member.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Member struct {
1616
Email string `mapstructure:"email"`
1717
IconURL string `mapstructure:"icon_url"`
1818
Type string `mapstructure:"type"`
19+
Inviting bool `mapstructure:"inviting"`
1920
}
2021

2122
func (c *Client) GetOrganizationMember(i *GetOrganizationMemberInput) (*GetOrganizationMemberResponse, error) {

0 commit comments

Comments
 (0)