-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_data.go
92 lines (90 loc) · 8.49 KB
/
struct_data.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
package cloudcallcenter
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Data is a nested struct in cloudcallcenter response
type Data struct {
RamId int64 `json:"RamId" xml:"RamId"`
Empowerment string `json:"Empowerment" xml:"Empowerment"`
PhoneNumber string `json:"PhoneNumber" xml:"PhoneNumber"`
ManagerName string `json:"ManagerName" xml:"ManagerName"`
CorpName string `json:"CorpName" xml:"CorpName"`
RealNameInsId int64 `json:"RealNameInsId" xml:"RealNameInsId"`
ManagerCertType string `json:"ManagerCertType" xml:"ManagerCertType"`
CallId string `json:"CallId" xml:"CallId"`
Caller string `json:"Caller" xml:"Caller"`
OssUrl string `json:"OssUrl" xml:"OssUrl"`
PoolId string `json:"PoolId" xml:"PoolId"`
OccupancyRate string `json:"OccupancyRate" xml:"OccupancyRate"`
MonthlyPrice string `json:"MonthlyPrice" xml:"MonthlyPrice"`
TelX string `json:"TelX" xml:"TelX"`
DateCreated string `json:"DateCreated" xml:"DateCreated"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
TaobaoUid int64 `json:"TaobaoUid" xml:"TaobaoUid"`
Dn string `json:"Dn" xml:"Dn"`
ManagerCertExpDate string `json:"ManagerCertExpDate" xml:"ManagerCertExpDate"`
FileName string `json:"FileName" xml:"FileName"`
ReasonKey string `json:"ReasonKey" xml:"ReasonKey"`
Type string `json:"Type" xml:"Type"`
Represent string `json:"Represent" xml:"Represent"`
SuccessRate string `json:"SuccessRate" xml:"SuccessRate"`
ManagerCertPic string `json:"ManagerCertPic" xml:"ManagerCertPic"`
LossRate string `json:"LossRate" xml:"LossRate"`
StateDuration string `json:"StateDuration" xml:"StateDuration"`
ManagerCertEffDate string `json:"ManagerCertEffDate" xml:"ManagerCertEffDate"`
RejectReason string `json:"RejectReason" xml:"RejectReason"`
AliyunUid int64 `json:"AliyunUid" xml:"AliyunUid"`
Extra string `json:"Extra" xml:"Extra"`
Callee string `json:"Callee" xml:"Callee"`
LossNumber string `json:"LossNumber" xml:"LossNumber"`
RegionNameCity string `json:"RegionNameCity" xml:"RegionNameCity"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
AgentName string `json:"AgentName" xml:"AgentName"`
StartTime string `json:"StartTime" xml:"StartTime"`
TaskId int64 `json:"TaskId" xml:"TaskId"`
SignatureUrl string `json:"SignatureUrl" xml:"SignatureUrl"`
RegionNameProvince string `json:"RegionNameProvince" xml:"RegionNameProvince"`
ManagerMobilePhone string `json:"ManagerMobilePhone" xml:"ManagerMobilePhone"`
PrivacyNumber string `json:"PrivacyNumber" xml:"PrivacyNumber"`
AreaCode string `json:"AreaCode" xml:"AreaCode"`
PageSize int `json:"PageSize" xml:"PageSize"`
PartnerId int64 `json:"PartnerId" xml:"PartnerId"`
ManagerCertNumber string `json:"ManagerCertNumber" xml:"ManagerCertNumber"`
CallType string `json:"CallType" xml:"CallType"`
BizId string `json:"BizId" xml:"BizId"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
SuccessNumber string `json:"SuccessNumber" xml:"SuccessNumber"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
AverageReadyTime string `json:"AverageReadyTime" xml:"AverageReadyTime"`
UnifiedstandardAgreement string `json:"UnifiedstandardAgreement" xml:"UnifiedstandardAgreement"`
SubId string `json:"SubId" xml:"SubId"`
Number string `json:"Number" xml:"Number"`
StatusCode string `json:"StatusCode" xml:"StatusCode"`
ReleaseReason string `json:"ReleaseReason" xml:"ReleaseReason"`
AgentId string `json:"AgentId" xml:"AgentId"`
State string `json:"State" xml:"State"`
OssField string `json:"OssField" xml:"OssField"`
LoginName string `json:"LoginName" xml:"LoginName"`
OffLineNumber string `json:"OffLineNumber" xml:"OffLineNumber"`
ReleaseAgent string `json:"ReleaseAgent" xml:"ReleaseAgent"`
PoolName string `json:"PoolName" xml:"PoolName"`
SupplementaryMaterial string `json:"SupplementaryMaterial" xml:"SupplementaryMaterial"`
FailAdmins FailAdmins `json:"FailAdmins" xml:"FailAdmins"`
SuccessAdmins SuccessAdmins `json:"SuccessAdmins" xml:"SuccessAdmins"`
List ListInListAgentEvents `json:"List" xml:"List"`
SystemNumberBlacklistElemList []SystemNumberBlacklistElem `json:"SystemNumberBlacklistElemList" xml:"SystemNumberBlacklistElemList"`
CorpIdentifies CorpIdentifiesInQuery400CorpIdentifyList `json:"CorpIdentifies" xml:"CorpIdentifies"`
Events Events `json:"Events" xml:"Events"`
Orders OrdersInGet400OrderNumberList `json:"Orders" xml:"Orders"`
}