-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathj_group.go
48 lines (29 loc) · 1.06 KB
/
j_group.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
* Koding API
*
* Koding API for integrating your application with Koding services
*
* OpenAPI spec version: 0.0.3
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
package swagger
type JGroup struct {
Id string `json:"_id,omitempty"`
Title string `json:"title"`
Body string `json:"body,omitempty"`
SocialApiChannelId string `json:"socialApiChannelId,omitempty"`
Avatar string `json:"avatar,omitempty"`
Slug string `json:"slug,omitempty"`
Privacy string `json:"privacy,omitempty"`
Visibility string `json:"visibility,omitempty"`
Customize JGroupCustomize `json:"customize,omitempty"`
DisabledFeatures interface{} `json:"disabledFeatures,omitempty"`
StackTemplates []string `json:"stackTemplates,omitempty"`
DefaultChannels []string `json:"defaultChannels,omitempty"`
AllowedDomains []string `json:"allowedDomains,omitempty"`
Config interface{} `json:"config,omitempty"`
IsApiEnabled bool `json:"isApiEnabled,omitempty"`
Payment interface{} `json:"payment,omitempty"`
Countly interface{} `json:"countly,omitempty"`
}