1package foas
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Instance is a nested struct in foas response
19type Instance struct {
20	ClusterId        string `json:"ClusterId" xml:"ClusterId"`
21	QueueName        string `json:"QueueName" xml:"QueueName"`
22	Code             string `json:"Code" xml:"Code"`
23	LastOperateTime  int64  `json:"LastOperateTime" xml:"LastOperateTime"`
24	EngineVersion    string `json:"EngineVersion" xml:"EngineVersion"`
25	ApiType          string `json:"ApiType" xml:"ApiType"`
26	LastErrorTime    int64  `json:"LastErrorTime" xml:"LastErrorTime"`
27	LastOperator     string `json:"LastOperator" xml:"LastOperator"`
28	InputDelay       int64  `json:"InputDelay" xml:"InputDelay"`
29	Packages         string `json:"Packages" xml:"Packages"`
30	Id               int64  `json:"Id" xml:"Id"`
31	Starter          string `json:"Starter" xml:"Starter"`
32	EndTime          int64  `json:"EndTime" xml:"EndTime"`
33	StartTime        int64  `json:"StartTime" xml:"StartTime"`
34	PlanJson         string `json:"PlanJson" xml:"PlanJson"`
35	ProjectName      string `json:"ProjectName" xml:"ProjectName"`
36	EngineJobHandler string `json:"EngineJobHandler" xml:"EngineJobHandler"`
37	ActualState      string `json:"ActualState" xml:"ActualState"`
38	JobType          string `json:"JobType" xml:"JobType"`
39	LastErrorMessage string `json:"LastErrorMessage" xml:"LastErrorMessage"`
40	JobName          string `json:"JobName" xml:"JobName"`
41	ExpectState      string `json:"ExpectState" xml:"ExpectState"`
42	Properties       string `json:"Properties" xml:"Properties"`
43}
44