-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_items_item.go
55 lines (53 loc) · 3.2 KB
/
struct_items_item.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
package idrsservice
//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.
// ItemsItem is a nested struct in idrsservice response
type ItemsItem struct {
Name string `json:"Name" xml:"Name"`
PhoneNumber string `json:"PhoneNumber" xml:"PhoneNumber"`
RuleName string `json:"RuleName" xml:"RuleName"`
TotalTasks int `json:"TotalTasks" xml:"TotalTasks"`
UpdatedAt string `json:"UpdatedAt" xml:"UpdatedAt"`
RecordingType string `json:"RecordingType" xml:"RecordingType"`
PublicId string `json:"PublicId" xml:"PublicId"`
RuleId string `json:"RuleId" xml:"RuleId"`
Source string `json:"Source" xml:"Source"`
Content string `json:"Content" xml:"Content"`
Role string `json:"Role" xml:"Role"`
Disabled bool `json:"Disabled" xml:"Disabled"`
UserId string `json:"UserId" xml:"UserId"`
CreatedAt string `json:"CreatedAt" xml:"CreatedAt"`
Id string `json:"Id" xml:"Id"`
Description string `json:"Description" xml:"Description"`
Username string `json:"Username" xml:"Username"`
DepartmentName string `json:"DepartmentName" xml:"DepartmentName"`
Email string `json:"Email" xml:"Email"`
VideoMetaUrl string `json:"VideoMetaUrl" xml:"VideoMetaUrl"`
CloudCount int64 `json:"CloudCount" xml:"CloudCount"`
PackageName string `json:"PackageName" xml:"PackageName"`
CompletedTasks int `json:"CompletedTasks" xml:"CompletedTasks"`
Month string `json:"Month" xml:"Month"`
RamUsername string `json:"RamUsername" xml:"RamUsername"`
ClientCount int64 `json:"ClientCount" xml:"ClientCount"`
DepartmentId string `json:"DepartmentId" xml:"DepartmentId"`
Channel string `json:"Channel" xml:"Channel"`
Status string `json:"Status" xml:"Status"`
VideoUrl string `json:"VideoUrl" xml:"VideoUrl"`
TaskIds []string `json:"TaskIds" xml:"TaskIds"`
Departments []DepartmentsItem `json:"Departments" xml:"Departments"`
Detail []DetailItem `json:"Detail" xml:"Detail"`
Administrators []AdministratorsItem `json:"Administrators" xml:"Administrators"`
Tasks []TasksItem `json:"Tasks" xml:"Tasks"`
}