mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-21 21:07:03 +02:00
feat: Add AccountID and AccountType to GroupMember struct
This commit is contained in:
parent
8383e2f5f1
commit
216e0056d6
2
group.go
2
group.go
@ -43,10 +43,12 @@ type GroupMember struct {
|
|||||||
Self string `json:"self,omitempty"`
|
Self string `json:"self,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Key string `json:"key,omitempty"`
|
Key string `json:"key,omitempty"`
|
||||||
|
AccountID string `json:"accountId,omitempty"`
|
||||||
EmailAddress string `json:"emailAddress,omitempty"`
|
EmailAddress string `json:"emailAddress,omitempty"`
|
||||||
DisplayName string `json:"displayName,omitempty"`
|
DisplayName string `json:"displayName,omitempty"`
|
||||||
Active bool `json:"active,omitempty"`
|
Active bool `json:"active,omitempty"`
|
||||||
TimeZone string `json:"timeZone,omitempty"`
|
TimeZone string `json:"timeZone,omitempty"`
|
||||||
|
AccountType string `json:"accountType,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// GroupSearchOptions specifies the optional parameters for the Get Group methods
|
// GroupSearchOptions specifies the optional parameters for the Get Group methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user