-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_result.go
60 lines (58 loc) · 3.82 KB
/
struct_result.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
package opensearch
//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.
// Result is a nested struct in opensearch response
type Result struct {
Config map[string]interface{} `json:"config" xml:"config"`
Traffic int `json:"traffic" xml:"traffic"`
Created int `json:"created" xml:"created"`
End int `json:"end" xml:"end"`
IndustryName string `json:"industryName" xml:"industryName"`
Start int `json:"start" xml:"start"`
AnalyzeStatus string `json:"analyzeStatus" xml:"analyzeStatus"`
Domain string `json:"domain" xml:"domain"`
VersionId int64 `json:"VersionId" xml:"VersionId"`
Name string `json:"name" xml:"name"`
Index int `json:"index" xml:"index"`
FunctionType string `json:"FunctionType" xml:"FunctionType"`
CreateTime string `json:"createTime" xml:"createTime"`
FunctionName string `json:"FunctionName" xml:"FunctionName"`
Type string `json:"type" xml:"type"`
Updated int `json:"updated" xml:"updated"`
VersionName string `json:"VersionName" xml:"VersionName"`
Content string `json:"content" xml:"content"`
RegionId string `json:"regionId" xml:"regionId"`
ModelType string `json:"ModelType" xml:"ModelType"`
PrimaryKey string `json:"primaryKey" xml:"primaryKey"`
MergeTable map[string]interface{} `json:"mergeTable" xml:"mergeTable"`
InstanceName string `json:"InstanceName" xml:"InstanceName"`
Status int `json:"status" xml:"status"`
Version int64 `json:"version" xml:"version"`
Online bool `json:"online" xml:"online"`
Description string `json:"description" xml:"description"`
FromTable map[string]interface{} `json:"fromTable" xml:"fromTable"`
SundialId string `json:"sundialId" xml:"sundialId"`
Params map[string]interface{} `json:"params" xml:"params"`
AppQuery string `json:"appQuery" xml:"appQuery"`
ModifyTime string `json:"modifyTime" xml:"modifyTime"`
DataCollectionType string `json:"dataCollectionType" xml:"dataCollectionType"`
Id string `json:"id" xml:"id"`
Active bool `json:"active" xml:"active"`
Processors []map[string]interface{} `json:"processors" xml:"processors"`
Indexes []string `json:"indexes" xml:"indexes"`
Values []string `json:"values" xml:"values"`
VersionConfig VersionConfig `json:"VersionConfig" xml:"VersionConfig"`
Meta []MetaItem `json:"meta" xml:"meta"`
}