Skip to content

Commit e69b9c1

Browse files
committed
Update API ListZones: add response parameters Body.data.items.$.supportQat.
1 parent ed7d877 commit e69b9c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apig-20240327/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/apig20240327",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

apig-20240327/src/models/ListZonesResponseBodyDataItems.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
33

44

55
export class ListZonesResponseBodyDataItems extends $dara.Model {
6+
supportQat?: string;
67
/**
78
* @remarks
89
* 可用区ID。
@@ -13,12 +14,14 @@ export class ListZonesResponseBodyDataItems extends $dara.Model {
1314
zoneId?: string;
1415
static names(): { [key: string]: string } {
1516
return {
17+
supportQat: 'supportQat',
1618
zoneId: 'zoneId',
1719
};
1820
}
1921

2022
static types(): { [key: string]: any } {
2123
return {
24+
supportQat: 'string',
2225
zoneId: 'string',
2326
};
2427
}

0 commit comments

Comments
 (0)