-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_record.go
62 lines (60 loc) · 3.26 KB
/
struct_record.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
package vcs
//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.
// Record is a nested struct in vcs response
type Record struct {
MatchSuggestion string `json:"MatchSuggestion" xml:"MatchSuggestion"`
CorpName string `json:"CorpName" xml:"CorpName"`
RuleName string `json:"RuleName" xml:"RuleName"`
ModifiedDate string `json:"ModifiedDate" xml:"ModifiedDate"`
ParentCorpId string `json:"ParentCorpId" xml:"ParentCorpId"`
InProtocol string `json:"InProtocol" xml:"InProtocol"`
NotifierExtra string `json:"NotifierExtra" xml:"NotifierExtra"`
Score float64 `json:"Score" xml:"Score"`
CreateTime string `json:"CreateTime" xml:"CreateTime"`
IsvSubId string `json:"IsvSubId" xml:"IsvSubId"`
DeviceType string `json:"DeviceType" xml:"DeviceType"`
Latitude string `json:"Latitude" xml:"Latitude"`
AlgorithmVendor string `json:"AlgorithmVendor" xml:"AlgorithmVendor"`
DeviceList string `json:"DeviceList" xml:"DeviceList"`
NotifierType string `json:"NotifierType" xml:"NotifierType"`
TaskId string `json:"TaskId" xml:"TaskId"`
LeftTopX float64 `json:"LeftTopX" xml:"LeftTopX"`
CorpId string `json:"CorpId" xml:"CorpId"`
ImageUrl string `json:"ImageUrl" xml:"ImageUrl"`
DeviceAddress string `json:"DeviceAddress" xml:"DeviceAddress"`
DeviceId string `json:"DeviceId" xml:"DeviceId"`
Expression string `json:"Expression" xml:"Expression"`
RightBottomX float64 `json:"RightBottomX" xml:"RightBottomX"`
Vendor string `json:"Vendor" xml:"Vendor"`
Description string `json:"Description" xml:"Description"`
ImageMatch string `json:"ImageMatch" xml:"ImageMatch"`
Attributes string `json:"Attributes" xml:"Attributes"`
IconPath string `json:"IconPath" xml:"IconPath"`
MonitorType string `json:"MonitorType" xml:"MonitorType"`
Longitude string `json:"Longitude" xml:"Longitude"`
SourceId string `json:"SourceId" xml:"SourceId"`
DeviceName string `json:"DeviceName" xml:"DeviceName"`
CreateDate string `json:"CreateDate" xml:"CreateDate"`
GbId string `json:"GbId" xml:"GbId"`
AcuUsed int `json:"AcuUsed" xml:"AcuUsed"`
DeviceCount int `json:"DeviceCount" xml:"DeviceCount"`
Status string `json:"Status" xml:"Status"`
RuleExpression string `json:"RuleExpression" xml:"RuleExpression"`
AppName string `json:"AppName" xml:"AppName"`
RightBottomY float64 `json:"RightBottomY" xml:"RightBottomY"`
TargetImageUrl string `json:"TargetImageUrl" xml:"TargetImageUrl"`
LeftTopY float64 `json:"LeftTopY" xml:"LeftTopY"`
}