Skip to content

Commit

Permalink
feat: Add AccountID and AccountType to GroupMember struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mhupman authored and ghostsquad committed Jul 13, 2019
1 parent 8383e2f commit 216e005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions group.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ type GroupMember struct {
Self string `json:"self,omitempty"`
Name string `json:"name,omitempty"`
Key string `json:"key,omitempty"`
AccountID string `json:"accountId,omitempty"`
EmailAddress string `json:"emailAddress,omitempty"`
DisplayName string `json:"displayName,omitempty"`
Active bool `json:"active,omitempty"`
TimeZone string `json:"timeZone,omitempty"`
AccountType string `json:"accountType,omitempty"`
}

// GroupSearchOptions specifies the optional parameters for the Get Group methods
Expand Down

0 comments on commit 216e005

Please sign in to comment.