@alicloud/dyvmsapi20170525 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,77 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListServiceInstanceForPageRequestPager extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * 当前页码
6
+ *
7
+ * @example
8
+ * 1
9
+ */
10
+ pageIndex?: number;
11
+ /**
12
+ * @remarks
13
+ * 每页数量,默认10,最大100
14
+ *
15
+ * @example
16
+ * 10
17
+ */
18
+ pageSize?: number;
19
+ static names(): {
20
+ [key: string]: string;
21
+ };
22
+ static types(): {
23
+ [key: string]: any;
24
+ };
25
+ validate(): void;
26
+ constructor(map?: {
27
+ [key: string]: any;
28
+ });
29
+ }
30
+ export declare class ListServiceInstanceForPageRequest extends $dara.Model {
31
+ /**
32
+ * @remarks
33
+ * 服务实例号
34
+ *
35
+ * @example
36
+ * 0571****1234
37
+ */
38
+ code?: string;
39
+ ownerId?: number;
40
+ pager?: ListServiceInstanceForPageRequestPager;
41
+ /**
42
+ * @remarks
43
+ * 关联实体号码
44
+ *
45
+ * @example
46
+ * 131****1111
47
+ */
48
+ relationNumber?: string;
49
+ resourceOwnerAccount?: string;
50
+ resourceOwnerId?: number;
51
+ /**
52
+ * @remarks
53
+ * 场景ID
54
+ *
55
+ * @example
56
+ * 56
57
+ */
58
+ sceneId?: number;
59
+ /**
60
+ * @remarks
61
+ * 用途ID
62
+ *
63
+ * @example
64
+ * 89
65
+ */
66
+ usageId?: number;
67
+ static names(): {
68
+ [key: string]: string;
69
+ };
70
+ static types(): {
71
+ [key: string]: any;
72
+ };
73
+ validate(): void;
74
+ constructor(map?: {
75
+ [key: string]: any;
76
+ });
77
+ }
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ListServiceInstanceForPageRequest = exports.ListServiceInstanceForPageRequestPager = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListServiceInstanceForPageRequestPager extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ pageIndex: 'PageIndex',
43
+ pageSize: 'PageSize',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ pageIndex: 'number',
49
+ pageSize: 'number',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.ListServiceInstanceForPageRequestPager = ListServiceInstanceForPageRequestPager;
60
+ class ListServiceInstanceForPageRequest extends $dara.Model {
61
+ static names() {
62
+ return {
63
+ code: 'Code',
64
+ ownerId: 'OwnerId',
65
+ pager: 'Pager',
66
+ relationNumber: 'RelationNumber',
67
+ resourceOwnerAccount: 'ResourceOwnerAccount',
68
+ resourceOwnerId: 'ResourceOwnerId',
69
+ sceneId: 'SceneId',
70
+ usageId: 'UsageId',
71
+ };
72
+ }
73
+ static types() {
74
+ return {
75
+ code: 'string',
76
+ ownerId: 'number',
77
+ pager: ListServiceInstanceForPageRequestPager,
78
+ relationNumber: 'string',
79
+ resourceOwnerAccount: 'string',
80
+ resourceOwnerId: 'number',
81
+ sceneId: 'number',
82
+ usageId: 'number',
83
+ };
84
+ }
85
+ validate() {
86
+ if (this.pager && typeof this.pager.validate === 'function') {
87
+ this.pager.validate();
88
+ }
89
+ super.validate();
90
+ }
91
+ constructor(map) {
92
+ super(map);
93
+ }
94
+ }
95
+ exports.ListServiceInstanceForPageRequest = ListServiceInstanceForPageRequest;
96
+ //# sourceMappingURL=ListServiceInstanceForPageRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListServiceInstanceForPageRequest.js","sourceRoot":"","sources":["../../src/models/ListServiceInstanceForPageRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAiBrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,wFAsCC;AAED,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAqChE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,gBAAgB;YAChC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,sCAAsC;YAC7C,cAAc,EAAE,QAAQ;YACxB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,KAAK,IAAI,OAAQ,IAAI,CAAC,KAAa,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnE,IAAI,CAAC,KAAa,CAAC,QAAQ,EAAE,CAAC;QACjC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzED,8EAyEC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { ListServiceInstanceForPageResponseBody } from "./ListServiceInstanceForPageResponseBody";
3
+ export declare class ListServiceInstanceForPageResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: ListServiceInstanceForPageResponseBody;
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ListServiceInstanceForPageResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const ListServiceInstanceForPageResponseBody_1 = require("./ListServiceInstanceForPageResponseBody");
40
+ class ListServiceInstanceForPageResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: ListServiceInstanceForPageResponseBody_1.ListServiceInstanceForPageResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.ListServiceInstanceForPageResponse = ListServiceInstanceForPageResponse;
69
+ //# sourceMappingURL=ListServiceInstanceForPageResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListServiceInstanceForPageResponse.js","sourceRoot":"","sources":["../../src/models/ListServiceInstanceForPageResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qGAAkG;AAGlG,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAIjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,+EAAsC;SAC7C,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,gFAiCC"}
@@ -0,0 +1,200 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListServiceInstanceForPageResponseBodyModelRecords extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * aliUid
6
+ *
7
+ * @example
8
+ * 11******123
9
+ */
10
+ aliUid?: number;
11
+ /**
12
+ * @remarks
13
+ * 服务实例号
14
+ *
15
+ * @example
16
+ * 0571****1234
17
+ */
18
+ code?: string;
19
+ /**
20
+ * @remarks
21
+ * 创建时间(时间戳)
22
+ *
23
+ * @example
24
+ * 1759109856000
25
+ */
26
+ gmtCreate?: string;
27
+ /**
28
+ * @remarks
29
+ * 实例状态(init:初始化;usable:可用;unusable:不可用;destory:注销)
30
+ *
31
+ * @example
32
+ * init
33
+ */
34
+ instanceStatus?: string;
35
+ /**
36
+ * @remarks
37
+ * 服务实例名称
38
+ *
39
+ * @example
40
+ * 测试数据
41
+ */
42
+ name?: string;
43
+ /**
44
+ * @remarks
45
+ * 关联可用数量
46
+ *
47
+ * @example
48
+ * 30
49
+ */
50
+ relationAvailableCount?: number;
51
+ /**
52
+ * @remarks
53
+ * 关联总数量
54
+ *
55
+ * @example
56
+ * 33
57
+ */
58
+ relationTotalCount?: number;
59
+ /**
60
+ * @remarks
61
+ * 场景ID
62
+ *
63
+ * @example
64
+ * 29
65
+ */
66
+ sceneId?: number;
67
+ /**
68
+ * @remarks
69
+ * 场景名称
70
+ *
71
+ * @example
72
+ * 系统通知
73
+ */
74
+ sceneName?: string;
75
+ /**
76
+ * @remarks
77
+ * 绑定状态:绑定;未绑定
78
+ *
79
+ * @example
80
+ * 绑定
81
+ */
82
+ status?: string;
83
+ /**
84
+ * @remarks
85
+ * 用途ID
86
+ *
87
+ * @example
88
+ * 96
89
+ */
90
+ usageId?: number;
91
+ /**
92
+ * @remarks
93
+ * 用途名称
94
+ *
95
+ * @example
96
+ * 语音通知
97
+ */
98
+ usageName?: string;
99
+ static names(): {
100
+ [key: string]: string;
101
+ };
102
+ static types(): {
103
+ [key: string]: any;
104
+ };
105
+ validate(): void;
106
+ constructor(map?: {
107
+ [key: string]: any;
108
+ });
109
+ }
110
+ export declare class ListServiceInstanceForPageResponseBodyModel extends $dara.Model {
111
+ /**
112
+ * @remarks
113
+ * 当前页码
114
+ *
115
+ * @example
116
+ * 47
117
+ */
118
+ pageNo?: number;
119
+ /**
120
+ * @remarks
121
+ * 每页数量
122
+ *
123
+ * @example
124
+ * 59
125
+ */
126
+ pageSize?: number;
127
+ records?: ListServiceInstanceForPageResponseBodyModelRecords[];
128
+ /**
129
+ * @remarks
130
+ * 总数
131
+ *
132
+ * @example
133
+ * 36
134
+ */
135
+ totalCount?: number;
136
+ /**
137
+ * @remarks
138
+ * 总页数
139
+ *
140
+ * @example
141
+ * 76
142
+ */
143
+ totalPage?: number;
144
+ static names(): {
145
+ [key: string]: string;
146
+ };
147
+ static types(): {
148
+ [key: string]: any;
149
+ };
150
+ validate(): void;
151
+ constructor(map?: {
152
+ [key: string]: any;
153
+ });
154
+ }
155
+ export declare class ListServiceInstanceForPageResponseBody extends $dara.Model {
156
+ accessDeniedDetail?: string;
157
+ /**
158
+ * @remarks
159
+ * 状态码,OK表示响应成功
160
+ *
161
+ * @example
162
+ * OK
163
+ */
164
+ code?: string;
165
+ /**
166
+ * @remarks
167
+ * 响应消息
168
+ *
169
+ * @example
170
+ * 每页最大100条!
171
+ */
172
+ message?: string;
173
+ model?: ListServiceInstanceForPageResponseBodyModel;
174
+ /**
175
+ * @remarks
176
+ * 请求唯一id
177
+ *
178
+ * @example
179
+ * ED18A5AE-9BBC-5851-1111-8E5B8C23CEDE
180
+ */
181
+ requestId?: string;
182
+ /**
183
+ * @remarks
184
+ * 是否成功
185
+ *
186
+ * @example
187
+ * true
188
+ */
189
+ success?: boolean;
190
+ static names(): {
191
+ [key: string]: string;
192
+ };
193
+ static types(): {
194
+ [key: string]: any;
195
+ };
196
+ validate(): void;
197
+ constructor(map?: {
198
+ [key: string]: any;
199
+ });
200
+ }
@@ -0,0 +1,142 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ListServiceInstanceForPageResponseBody = exports.ListServiceInstanceForPageResponseBodyModel = exports.ListServiceInstanceForPageResponseBodyModelRecords = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListServiceInstanceForPageResponseBodyModelRecords extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ aliUid: 'AliUid',
43
+ code: 'Code',
44
+ gmtCreate: 'GmtCreate',
45
+ instanceStatus: 'InstanceStatus',
46
+ name: 'Name',
47
+ relationAvailableCount: 'RelationAvailableCount',
48
+ relationTotalCount: 'RelationTotalCount',
49
+ sceneId: 'SceneId',
50
+ sceneName: 'SceneName',
51
+ status: 'Status',
52
+ usageId: 'UsageId',
53
+ usageName: 'UsageName',
54
+ };
55
+ }
56
+ static types() {
57
+ return {
58
+ aliUid: 'number',
59
+ code: 'string',
60
+ gmtCreate: 'string',
61
+ instanceStatus: 'string',
62
+ name: 'string',
63
+ relationAvailableCount: 'number',
64
+ relationTotalCount: 'number',
65
+ sceneId: 'number',
66
+ sceneName: 'string',
67
+ status: 'string',
68
+ usageId: 'number',
69
+ usageName: 'string',
70
+ };
71
+ }
72
+ validate() {
73
+ super.validate();
74
+ }
75
+ constructor(map) {
76
+ super(map);
77
+ }
78
+ }
79
+ exports.ListServiceInstanceForPageResponseBodyModelRecords = ListServiceInstanceForPageResponseBodyModelRecords;
80
+ class ListServiceInstanceForPageResponseBodyModel extends $dara.Model {
81
+ static names() {
82
+ return {
83
+ pageNo: 'PageNo',
84
+ pageSize: 'PageSize',
85
+ records: 'Records',
86
+ totalCount: 'TotalCount',
87
+ totalPage: 'TotalPage',
88
+ };
89
+ }
90
+ static types() {
91
+ return {
92
+ pageNo: 'number',
93
+ pageSize: 'number',
94
+ records: { 'type': 'array', 'itemType': ListServiceInstanceForPageResponseBodyModelRecords },
95
+ totalCount: 'number',
96
+ totalPage: 'number',
97
+ };
98
+ }
99
+ validate() {
100
+ if (Array.isArray(this.records)) {
101
+ $dara.Model.validateArray(this.records);
102
+ }
103
+ super.validate();
104
+ }
105
+ constructor(map) {
106
+ super(map);
107
+ }
108
+ }
109
+ exports.ListServiceInstanceForPageResponseBodyModel = ListServiceInstanceForPageResponseBodyModel;
110
+ class ListServiceInstanceForPageResponseBody extends $dara.Model {
111
+ static names() {
112
+ return {
113
+ accessDeniedDetail: 'AccessDeniedDetail',
114
+ code: 'Code',
115
+ message: 'Message',
116
+ model: 'Model',
117
+ requestId: 'RequestId',
118
+ success: 'Success',
119
+ };
120
+ }
121
+ static types() {
122
+ return {
123
+ accessDeniedDetail: 'string',
124
+ code: 'string',
125
+ message: 'string',
126
+ model: ListServiceInstanceForPageResponseBodyModel,
127
+ requestId: 'string',
128
+ success: 'boolean',
129
+ };
130
+ }
131
+ validate() {
132
+ if (this.model && typeof this.model.validate === 'function') {
133
+ this.model.validate();
134
+ }
135
+ super.validate();
136
+ }
137
+ constructor(map) {
138
+ super(map);
139
+ }
140
+ }
141
+ exports.ListServiceInstanceForPageResponseBody = ListServiceInstanceForPageResponseBody;
142
+ //# sourceMappingURL=ListServiceInstanceForPageResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListServiceInstanceForPageResponseBody.js","sourceRoot":"","sources":["../../src/models/ListServiceInstanceForPageResponseBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,49 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListServiceInstanceForPageShrinkRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * 服务实例号
6
+ *
7
+ * @example
8
+ * 0571****1234
9
+ */
10
+ code?: string;
11
+ ownerId?: number;
12
+ pagerShrink?: string;
13
+ /**
14
+ * @remarks
15
+ * 关联实体号码
16
+ *
17
+ * @example
18
+ * 131****1111
19
+ */
20
+ relationNumber?: string;
21
+ resourceOwnerAccount?: string;
22
+ resourceOwnerId?: number;
23
+ /**
24
+ * @remarks
25
+ * 场景ID
26
+ *
27
+ * @example
28
+ * 56
29
+ */
30
+ sceneId?: number;
31
+ /**
32
+ * @remarks
33
+ * 用途ID
34
+ *
35
+ * @example
36
+ * 89
37
+ */
38
+ usageId?: number;
39
+ static names(): {
40
+ [key: string]: string;
41
+ };
42
+ static types(): {
43
+ [key: string]: any;
44
+ };
45
+ validate(): void;
46
+ constructor(map?: {
47
+ [key: string]: any;
48
+ });
49
+ }