-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmailing_list69.go
53 lines (38 loc) · 1013 Bytes
/
mailing_list69.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
49
50
51
52
53
/*
* Moosend API
*
* TODO: Add a description
*
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
package Moosend.Wrappers.GOWrapper
type MailingList69 struct {
//
ActiveMemberCount float64 `json:"ActiveMemberCount,omitempty"`
//
BouncedMemberCount float64 `json:"BouncedMemberCount,omitempty"`
//
CreatedBy string `json:"CreatedBy,omitempty"`
//
CreatedOn string `json:"CreatedOn,omitempty"`
//
CustomFieldsDefinition []interface{} `json:"CustomFieldsDefinition,omitempty"`
//
ID string `json:"ID,omitempty"`
//
ImportOperation string `json:"ImportOperation,omitempty"`
//
Name string `json:"Name,omitempty"`
//
RemovedMemberCount float64 `json:"RemovedMemberCount,omitempty"`
//
Status float64 `json:"Status,omitempty"`
//
UnsubscribedMemberCount float64 `json:"UnsubscribedMemberCount,omitempty"`
//
UpdatedBy string `json:"UpdatedBy,omitempty"`
//
UpdatedOn string `json:"UpdatedOn,omitempty"`
}