1package ons
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// Data is a nested struct in ons response
19type Data struct {
20	DelayTime                  int64                                    `json:"DelayTime" xml:"DelayTime"`
21	ConsumeModel               string                                   `json:"ConsumeModel" xml:"ConsumeModel"`
22	Title                      string                                   `json:"Title" xml:"Title"`
23	Online                     bool                                     `json:"Online" xml:"Online"`
24	Flag                       int                                      `json:"Flag" xml:"Flag"`
25	BornTimestamp              int64                                    `json:"BornTimestamp" xml:"BornTimestamp"`
26	RebalanceOK                bool                                     `json:"RebalanceOK" xml:"RebalanceOK"`
27	XUnit                      string                                   `json:"XUnit" xml:"XUnit"`
28	OffsetId                   string                                   `json:"OffsetId" xml:"OffsetId"`
29	SubscriptionSame           bool                                     `json:"SubscriptionSame" xml:"SubscriptionSame"`
30	MaxTimeStamp               int64                                    `json:"MaxTimeStamp" xml:"MaxTimeStamp"`
31	InstanceId                 string                                   `json:"InstanceId" xml:"InstanceId"`
32	ConsumeTps                 float64                                  `json:"ConsumeTps" xml:"ConsumeTps"`
33	GroupId                    string                                   `json:"GroupId" xml:"GroupId"`
34	Topic                      string                                   `json:"Topic" xml:"Topic"`
35	ConsumeTimeStamp           int64                                    `json:"ConsumeTimeStamp" xml:"ConsumeTimeStamp"`
36	TotalCount                 int64                                    `json:"TotalCount" xml:"TotalCount"`
37	TotalDiff                  int64                                    `json:"TotalDiff" xml:"TotalDiff"`
38	ReconsumeTimes             int                                      `json:"ReconsumeTimes" xml:"ReconsumeTimes"`
39	Body                       string                                   `json:"Body" xml:"Body"`
40	BornHost                   string                                   `json:"BornHost" xml:"BornHost"`
41	MinTimeStamp               int64                                    `json:"MinTimeStamp" xml:"MinTimeStamp"`
42	LastTimeStamp              int64                                    `json:"LastTimeStamp" xml:"LastTimeStamp"`
43	MessageModel               string                                   `json:"MessageModel" xml:"MessageModel"`
44	InstanceType               int                                      `json:"InstanceType" xml:"InstanceType"`
45	BodyCRC                    int                                      `json:"BodyCRC" xml:"BodyCRC"`
46	MsgId                      string                                   `json:"MsgId" xml:"MsgId"`
47	StoreTimestamp             int64                                    `json:"StoreTimestamp" xml:"StoreTimestamp"`
48	StoreSize                  int                                      `json:"StoreSize" xml:"StoreSize"`
49	StoreHost                  string                                   `json:"StoreHost" xml:"StoreHost"`
50	YUnit                      string                                   `json:"YUnit" xml:"YUnit"`
51	LastTimestamp              int64                                    `json:"LastTimestamp" xml:"LastTimestamp"`
52	Perm                       int                                      `json:"Perm" xml:"Perm"`
53	PropertyList               PropertyListInOnsDLQMessageGetById       `json:"PropertyList" xml:"PropertyList"`
54	Records                    RecordsInOnsMqttQueryHistoryOnline       `json:"Records" xml:"Records"`
55	ConsumerConnectionInfoList ConsumerConnectionInfoList               `json:"ConsumerConnectionInfoList" xml:"ConsumerConnectionInfoList"`
56	DetailInTopicList          DetailInTopicListInOnsConsumerAccumulate `json:"DetailInTopicList" xml:"DetailInTopicList"`
57	SubscriptionDataList       SubscriptionDataListInOnsGroupSubDetail  `json:"SubscriptionDataList" xml:"SubscriptionDataList"`
58	ConnectionSet              ConnectionSet                            `json:"ConnectionSet" xml:"ConnectionSet"`
59	ConnectionList             ConnectionList                           `json:"ConnectionList" xml:"ConnectionList"`
60}
61