File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alicloud/apig20240327" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/client.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
3
3
4
4
5
5
export class ListZonesResponseBodyDataItems extends $dara . Model {
6
+ supportQat ?: string ;
6
7
/**
7
8
* @remarks
8
9
* 可用区ID。
@@ -13,12 +14,14 @@ export class ListZonesResponseBodyDataItems extends $dara.Model {
13
14
zoneId ?: string ;
14
15
static names ( ) : { [ key : string ] : string } {
15
16
return {
17
+ supportQat : 'supportQat' ,
16
18
zoneId : 'zoneId' ,
17
19
} ;
18
20
}
19
21
20
22
static types ( ) : { [ key : string ] : any } {
21
23
return {
24
+ supportQat : 'string' ,
22
25
zoneId : 'string' ,
23
26
} ;
24
27
}
You can’t perform that action at this time.
0 commit comments