Commit 2189847 1 parent a521bf0 commit 2189847 Copy full SHA for 2189847
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -342,11 +342,13 @@ type GroupsCount struct {
342
342
343
343
// GetGroupsParams represents the optional parameters for getting groups
344
344
type GetGroupsParams struct {
345
+ BriefRepresentation * bool `json:"briefRepresentation,string,omitempty"`
346
+ Exact * bool `json:"exact,string,omitempty"`
345
347
First * int `json:"first,string,omitempty"`
348
+ Full * bool `json:"full,string,omitempty"`
346
349
Max * int `json:"max,string,omitempty"`
350
+ Q * string `json:"q,omitempty"`
347
351
Search * string `json:"search,omitempty"`
348
- Full * bool `json:"full,string,omitempty"`
349
- BriefRepresentation * bool `json:"briefRepresentation,string,omitempty"`
350
352
}
351
353
352
354
// MarshalJSON is a custom json marshaling function to automatically set the Full and BriefRepresentation properties
You can’t perform that action at this time.
0 commit comments