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.
2 parents 92e72fd + 1144bce commit 7962b29Copy full SHA for 7962b29
cloudconnexa/users.go
@@ -24,7 +24,7 @@ type User struct {
24
FirstName string `json:"firstName,omitempty"`
25
LastName string `json:"lastName,omitempty"`
26
GroupID string `json:"groupId"`
27
- SecondaryGroupIds []string `json:"secondaryGroupIds,omitempty"`
+ SecondaryGroupIDs []string `json:"secondaryGroupIds,omitempty"`
28
Status string `json:"status"`
29
Devices []Device `json:"devices"`
30
ConnectionStatus string `json:"connectionStatus"`
0 commit comments