tencentcloud-sdk-nodejs-tse 4.1.13 → 4.1.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tse",
3
- "version": "4.1.13",
3
+ "version": "4.1.15",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -265,7 +265,6 @@ export interface CreateCloudNativeAPIGatewayResponse {
265
265
  export interface DescribeUpstreamHealthCheckConfigResponse {
266
266
  /**
267
267
  * 健康检查配置
268
- 注意:此字段可能返回 null,表示取不到有效值。
269
268
  */
270
269
  Result?: UpstreamHealthCheckConfig;
271
270
  /**
@@ -296,17 +295,14 @@ export interface NetworkAccessControl {
296
295
  export interface DescribePublicNetworkResult {
297
296
  /**
298
297
  * 网关实例ID
299
- 注意:此字段可能返回 null,表示取不到有效值。
300
298
  */
301
299
  GatewayId?: string;
302
300
  /**
303
301
  * 网关分组ID
304
- 注意:此字段可能返回 null,表示取不到有效值。
305
302
  */
306
303
  GroupId?: string;
307
304
  /**
308
305
  * 客户端公网信息
309
- 注意:此字段可能返回 null,表示取不到有效值。
310
306
  */
311
307
  PublicNetwork?: CloudNativeAPIGatewayConfig;
312
308
  }
@@ -511,7 +507,6 @@ export interface DeleteGovernanceNamespacesResponse {
511
507
  export interface DescribeCloudNativeAPIGatewayRoutesResponse {
512
508
  /**
513
509
  * 无
514
- 注意:此字段可能返回 null,表示取不到有效值。
515
510
  */
516
511
  Result?: KongServiceRouteList;
517
512
  /**
@@ -2231,12 +2226,10 @@ export interface ModifyNativeGatewayServerGroupRequest {
2231
2226
  export interface DescribeGatewayInstancePortResult {
2232
2227
  /**
2233
2228
  * 云原生API网关ID
2234
- 注意:此字段可能返回 null,表示取不到有效值。
2235
2229
  */
2236
2230
  GatewayId?: string;
2237
2231
  /**
2238
2232
  * 网关实例协议端口列表
2239
- 注意:此字段可能返回 null,表示取不到有效值。
2240
2233
  */
2241
2234
  GatewayInstancePortList?: Array<GatewayInstanceSchemeAndPorts>;
2242
2235
  }
@@ -2255,7 +2248,6 @@ export interface ModifyConsoleNetworkResponse {
2255
2248
  export interface DescribeWafDomainsResponse {
2256
2249
  /**
2257
2250
  * 已被 WAF 防护域名
2258
- 注意:此字段可能返回 null,表示取不到有效值。
2259
2251
  */
2260
2252
  Result?: DescribeWafDomainsResult;
2261
2253
  /**
@@ -2586,7 +2578,6 @@ export interface DescribeConfigFilesResponse {
2586
2578
  export interface DescribeCloudNativeAPIGatewayServicesResponse {
2587
2579
  /**
2588
2580
  * 无
2589
- 注意:此字段可能返回 null,表示取不到有效值。
2590
2581
  */
2591
2582
  Result?: KongServices;
2592
2583
  /**
@@ -2817,22 +2808,18 @@ export interface ModifyNativeGatewayServiceSourceRequest {
2817
2808
  export interface KongActiveHealthCheck {
2818
2809
  /**
2819
2810
  * 主动健康检查健康探测间隔,单位:秒,0表示不开启
2820
- 注意:此字段可能返回 null,表示取不到有效值。
2821
2811
  */
2822
2812
  HealthyInterval?: number;
2823
2813
  /**
2824
2814
  * 主动健康检查异常探测间隔,单位:秒,0表示不开启
2825
- 注意:此字段可能返回 null,表示取不到有效值。
2826
2815
  */
2827
2816
  UnHealthyInterval?: number;
2828
2817
  /**
2829
2818
  * 在 GET HTTP 请求中使用的路径,以作为主动运行状况检查的探测器运行。默认: ”/”。
2830
- 注意:此字段可能返回 null,表示取不到有效值。
2831
2819
  */
2832
2820
  HttpPath?: string;
2833
2821
  /**
2834
2822
  * GET HTTP 请求的超时时间,单位:秒。默认 60。
2835
- 注意:此字段可能返回 null,表示取不到有效值。
2836
2823
  */
2837
2824
  Timeout?: number;
2838
2825
  }
@@ -2851,37 +2838,30 @@ export interface ModifyCloudNativeAPIGatewayCanaryRuleResponse {
2851
2838
  export interface KongServicePreview {
2852
2839
  /**
2853
2840
  * 服务ID
2854
- 注意:此字段可能返回 null,表示取不到有效值。
2855
2841
  */
2856
2842
  ID: string;
2857
2843
  /**
2858
2844
  * 服务名字
2859
- 注意:此字段可能返回 null,表示取不到有效值。
2860
2845
  */
2861
2846
  Name?: string;
2862
2847
  /**
2863
2848
  * 标签
2864
- 注意:此字段可能返回 null,表示取不到有效值。
2865
2849
  */
2866
2850
  Tags?: Array<string>;
2867
2851
  /**
2868
2852
  * 后端配置
2869
- 注意:此字段可能返回 null,表示取不到有效值。
2870
2853
  */
2871
2854
  UpstreamInfo?: KongUpstreamInfo;
2872
2855
  /**
2873
2856
  * 后端类型
2874
- 注意:此字段可能返回 null,表示取不到有效值。
2875
2857
  */
2876
2858
  UpstreamType?: string;
2877
2859
  /**
2878
2860
  * 创建时间
2879
- 注意:此字段可能返回 null,表示取不到有效值。
2880
2861
  */
2881
2862
  CreatedTime?: string;
2882
2863
  /**
2883
2864
  * 是否可编辑
2884
- 注意:此字段可能返回 null,表示取不到有效值。
2885
2865
  */
2886
2866
  Editable?: boolean;
2887
2867
  /**
@@ -2931,7 +2911,6 @@ export interface UnbindAutoScalerResourceStrategyFromGroupsResponse {
2931
2911
  export interface UpdateUpstreamTargetsResponse {
2932
2912
  /**
2933
2913
  * 是否更新成功
2934
- 注意:此字段可能返回 null,表示取不到有效值。
2935
2914
  */
2936
2915
  Result?: boolean;
2937
2916
  /**
@@ -3008,7 +2987,6 @@ export interface KongUpstreamPreview {
3008
2987
  export interface KongCertificate {
3009
2988
  /**
3010
2989
  * 无
3011
- 注意:此字段可能返回 null,表示取不到有效值。
3012
2990
  */
3013
2991
  Cert?: KongCertificatesPreview;
3014
2992
  }
@@ -3202,59 +3180,48 @@ export interface ModifyCloudNativeAPIGatewayRouteResponse {
3202
3180
  export interface KongCertificatesPreview {
3203
3181
  /**
3204
3182
  * 证书名称
3205
- 注意:此字段可能返回 null,表示取不到有效值。
3206
3183
  */
3207
3184
  Name?: string;
3208
3185
  /**
3209
3186
  * Id
3210
- 注意:此字段可能返回 null,表示取不到有效值。
3211
3187
  */
3212
3188
  Id?: string;
3213
3189
  /**
3214
3190
  * 绑定的域名
3215
- 注意:此字段可能返回 null,表示取不到有效值。
3216
3191
  */
3217
3192
  BindDomains?: Array<string>;
3218
3193
  /**
3219
3194
  * 证书状态:expired(已过期)
3220
3195
  active(生效中)
3221
- 注意:此字段可能返回 null,表示取不到有效值。
3222
3196
  */
3223
3197
  Status?: string;
3224
3198
  /**
3225
3199
  * 证书pem格式
3226
- 注意:此字段可能返回 null,表示取不到有效值。
3227
3200
  */
3228
3201
  Crt?: string;
3229
3202
  /**
3230
3203
  * 证书私钥
3231
- 注意:此字段可能返回 null,表示取不到有效值。
3232
3204
  */
3233
3205
  Key?: string;
3234
3206
  /**
3235
3207
  * 证书过期时间
3236
- 注意:此字段可能返回 null,表示取不到有效值。
3237
3208
  */
3238
3209
  ExpireTime?: string;
3239
3210
  /**
3240
3211
  * 证书上传时间
3241
- 注意:此字段可能返回 null,表示取不到有效值。
3242
3212
  */
3243
3213
  CreateTime?: string;
3244
3214
  /**
3245
3215
  * 证书签发时间
3246
- 注意:此字段可能返回 null,表示取不到有效值。
3247
3216
  */
3248
3217
  IssueTime?: string;
3249
3218
  /**
3250
3219
  * 证书来源:native(kong自定义证书)
3251
3220
  ssl(ssl平台证书)
3252
- 注意:此字段可能返回 null,表示取不到有效值。
3253
3221
  */
3254
3222
  CertSource?: string;
3255
3223
  /**
3256
3224
  * ssl平台证书Id
3257
- 注意:此字段可能返回 null,表示取不到有效值。
3258
3225
  */
3259
3226
  CertId?: string;
3260
3227
  }
@@ -3345,12 +3312,10 @@ export interface ConfigFileRelease {
3345
3312
  export interface KongRoutePreview {
3346
3313
  /**
3347
3314
  * 服务ID
3348
- 注意:此字段可能返回 null,表示取不到有效值。
3349
3315
  */
3350
3316
  ID: string;
3351
3317
  /**
3352
3318
  * 服务名字
3353
- 注意:此字段可能返回 null,表示取不到有效值。
3354
3319
  */
3355
3320
  Name?: string;
3356
3321
  /**
@@ -3370,27 +3335,22 @@ export interface KongRoutePreview {
3370
3335
  Hosts?: Array<string>;
3371
3336
  /**
3372
3337
  * 无
3373
- 注意:此字段可能返回 null,表示取不到有效值。
3374
3338
  */
3375
3339
  Protocols?: Array<string>;
3376
3340
  /**
3377
3341
  * 无
3378
- 注意:此字段可能返回 null,表示取不到有效值。
3379
3342
  */
3380
3343
  PreserveHost?: boolean;
3381
3344
  /**
3382
3345
  * 无
3383
- 注意:此字段可能返回 null,表示取不到有效值。
3384
3346
  */
3385
3347
  HttpsRedirectStatusCode?: number;
3386
3348
  /**
3387
3349
  * 无
3388
- 注意:此字段可能返回 null,表示取不到有效值。
3389
3350
  */
3390
3351
  StripPath?: boolean;
3391
3352
  /**
3392
3353
  * 无
3393
- 注意:此字段可能返回 null,表示取不到有效值。
3394
3354
  */
3395
3355
  CreatedTime?: string;
3396
3356
  /**
@@ -3401,22 +3361,18 @@ export interface KongRoutePreview {
3401
3361
  ForceHttps?: boolean;
3402
3362
  /**
3403
3363
  * 服务名
3404
- 注意:此字段可能返回 null,表示取不到有效值。
3405
3364
  */
3406
3365
  ServiceName?: string;
3407
3366
  /**
3408
3367
  * 服务ID
3409
- 注意:此字段可能返回 null,表示取不到有效值。
3410
3368
  */
3411
3369
  ServiceID?: string;
3412
3370
  /**
3413
3371
  * 目的端口
3414
- 注意:此字段可能返回 null,表示取不到有效值。
3415
3372
  */
3416
3373
  DestinationPorts?: Array<number | bigint>;
3417
3374
  /**
3418
3375
  * 路由的Headers
3419
- 注意:此字段可能返回 null,表示取不到有效值。
3420
3376
  */
3421
3377
  Headers?: Array<KVMapping>;
3422
3378
  /**
@@ -3730,7 +3686,6 @@ export interface CloudNativeAPIGatewayConfig {
3730
3686
  ConsoleType?: string;
3731
3687
  /**
3732
3688
  * HTTP链接地址。
3733
- 注意:此字段可能返回 null,表示取不到有效值。
3734
3689
  */
3735
3690
  HttpUrl?: string;
3736
3691
  /**
@@ -3743,17 +3698,14 @@ export interface CloudNativeAPIGatewayConfig {
3743
3698
  NetType?: string;
3744
3699
  /**
3745
3700
  * 管理员用户名。
3746
- 注意:此字段可能返回 null,表示取不到有效值。
3747
3701
  */
3748
3702
  AdminUser?: string;
3749
3703
  /**
3750
3704
  * 管理员密码。
3751
- 注意:此字段可能返回 null,表示取不到有效值。
3752
3705
  */
3753
3706
  AdminPassword?: string;
3754
3707
  /**
3755
3708
  * 网络状态, Open|Closed|Updating
3756
- 注意:此字段可能返回 null,表示取不到有效值。
3757
3709
  */
3758
3710
  Status?: string;
3759
3711
  /**
@@ -3763,67 +3715,54 @@ export interface CloudNativeAPIGatewayConfig {
3763
3715
  AccessControl?: NetworkAccessControl;
3764
3716
  /**
3765
3717
  * 内网子网 ID
3766
- 注意:此字段可能返回 null,表示取不到有效值。
3767
3718
  */
3768
3719
  SubnetId?: string;
3769
3720
  /**
3770
3721
  * 内网VPC ID
3771
- 注意:此字段可能返回 null,表示取不到有效值。
3772
3722
  */
3773
3723
  VpcId?: string;
3774
3724
  /**
3775
3725
  * 负载均衡的描述
3776
- 注意:此字段可能返回 null,表示取不到有效值。
3777
3726
  */
3778
3727
  Description?: string;
3779
3728
  /**
3780
3729
  * 负载均衡的规格类型
3781
- 注意:此字段可能返回 null,表示取不到有效值。
3782
3730
  */
3783
3731
  SlaType?: string;
3784
3732
  /**
3785
3733
  * clb规格名称
3786
- 注意:此字段可能返回 null,表示取不到有效值。
3787
3734
  */
3788
3735
  SlaName?: string;
3789
3736
  /**
3790
3737
  * clb vip
3791
- 注意:此字段可能返回 null,表示取不到有效值。
3792
3738
  */
3793
3739
  Vip?: string;
3794
3740
  /**
3795
3741
  * 带宽
3796
- 注意:此字段可能返回 null,表示取不到有效值。
3797
3742
  */
3798
3743
  InternetMaxBandwidthOut?: number;
3799
3744
  /**
3800
3745
  * 是否多可用区
3801
- 注意:此字段可能返回 null,表示取不到有效值。
3802
3746
  */
3803
3747
  MultiZoneFlag?: boolean;
3804
3748
  /**
3805
3749
  * 主可用区
3806
- 注意:此字段可能返回 null,表示取不到有效值。
3807
3750
  */
3808
3751
  MasterZoneId?: string;
3809
3752
  /**
3810
3753
  * 备可用区
3811
- 注意:此字段可能返回 null,表示取不到有效值。
3812
3754
  */
3813
3755
  SlaveZoneId?: string;
3814
3756
  /**
3815
3757
  * 主可用区名称
3816
- 注意:此字段可能返回 null,表示取不到有效值。
3817
3758
  */
3818
3759
  MasterZoneName?: string;
3819
3760
  /**
3820
3761
  * 备可用区名称
3821
- 注意:此字段可能返回 null,表示取不到有效值。
3822
3762
  */
3823
3763
  SlaveZoneName?: string;
3824
3764
  /**
3825
3765
  * 网络 id
3826
- 注意:此字段可能返回 null,表示取不到有效值。
3827
3766
  */
3828
3767
  NetworkId?: string;
3829
3768
  }
@@ -4201,7 +4140,6 @@ export interface RollbackConfigFileReleasesRequest {
4201
4140
  export interface DescribeCloudNativeAPIGatewayInfoByIpResponse {
4202
4141
  /**
4203
4142
  * 出参
4204
- 注意:此字段可能返回 null,表示取不到有效值。
4205
4143
  */
4206
4144
  Result?: DescribeInstanceInfoByIpResult;
4207
4145
  /**
@@ -4412,7 +4350,6 @@ export interface GovernanceInstanceInput {
4412
4350
  export interface CreateNativeGatewayServerGroupResponse {
4413
4351
  /**
4414
4352
  * 网关分组创建信息
4415
- 注意:此字段可能返回 null,表示取不到有效值。
4416
4353
  */
4417
4354
  Result?: CreateCloudNativeAPIGatewayServerGroupResult;
4418
4355
  /**
@@ -5004,12 +4941,10 @@ export interface CreateGatewayServiceResult {
5004
4941
  export interface DescribeInstanceInfoByIpResult {
5005
4942
  /**
5006
4943
  * 实例id
5007
- 注意:此字段可能返回 null,表示取不到有效值。
5008
4944
  */
5009
4945
  GatewayId?: string;
5010
4946
  /**
5011
4947
  * 分组id
5012
- 注意:此字段可能返回 null,表示取不到有效值。
5013
4948
  */
5014
4949
  GroupId?: string;
5015
4950
  }
@@ -5070,7 +5005,6 @@ export interface ModifyCloudNativeAPIGatewayCanaryRuleRequest {
5070
5005
  export interface DescribeCloudNativeAPIGatewayPortsResponse {
5071
5006
  /**
5072
5007
  * 云原生API网关实例协议端口列表响应结果
5073
- 注意:此字段可能返回 null,表示取不到有效值。
5074
5008
  */
5075
5009
  Result?: DescribeGatewayInstancePortResult;
5076
5010
  /**
@@ -5279,47 +5213,38 @@ export interface CreateGovernanceNamespacesResponse {
5279
5213
  export interface UpstreamHealthCheckConfig {
5280
5214
  /**
5281
5215
  * 开启主动健康检查
5282
- 注意:此字段可能返回 null,表示取不到有效值。
5283
5216
  */
5284
5217
  EnableActiveHealthCheck?: boolean;
5285
5218
  /**
5286
5219
  * 主动健康检查配置
5287
- 注意:此字段可能返回 null,表示取不到有效值。
5288
5220
  */
5289
5221
  ActiveHealthCheck?: KongActiveHealthCheck;
5290
5222
  /**
5291
5223
  * 开启被动健康检查
5292
- 注意:此字段可能返回 null,表示取不到有效值。
5293
5224
  */
5294
5225
  EnablePassiveHealthCheck?: boolean;
5295
5226
  /**
5296
5227
  * 被动健康检查配置
5297
- 注意:此字段可能返回 null,表示取不到有效值。
5298
5228
  */
5299
5229
  PassiveHealthCheck?: KongPassiveHealthCheck;
5300
5230
  /**
5301
5231
  * 连续健康阈值,单位:次
5302
- 注意:此字段可能返回 null,表示取不到有效值。
5303
5232
  */
5304
5233
  Successes?: number;
5305
5234
  /**
5306
5235
  * 连续异常阈值,单位:次
5307
- 注意:此字段可能返回 null,表示取不到有效值。
5308
5236
  */
5309
5237
  Failures?: number;
5310
5238
  /**
5311
5239
  * 超时阈值,单位:次
5312
- 注意:此字段可能返回 null,表示取不到有效值。
5313
5240
  */
5314
5241
  Timeouts?: number;
5315
5242
  /**
5316
5243
  * 健康HTTP状态码
5317
- 注意:此字段可能返回 null,表示取不到有效值。
5318
5244
  */
5319
5245
  HealthyHttpStatuses?: Array<number | bigint>;
5320
5246
  /**
5321
5247
  * 异常HTTP状态码
5322
- 注意:此字段可能返回 null,表示取不到有效值。
5323
5248
  */
5324
5249
  UnhealthyHttpStatuses?: Array<number | bigint>;
5325
5250
  /**
@@ -5330,7 +5255,6 @@ export interface UpstreamHealthCheckConfig {
5330
5255
  IgnoreZeroWeightNodes?: boolean;
5331
5256
  /**
5332
5257
  * 健康检查支持权重为0节点
5333
- 注意:此字段可能返回 null,表示取不到有效值。
5334
5258
  */
5335
5259
  ZeroWeightHeathCheck?: boolean;
5336
5260
  }
@@ -6130,7 +6054,6 @@ export interface ListCloudNativeAPIGatewayResult {
6130
6054
  export interface CreateCloudNativeAPIGatewayServiceResponse {
6131
6055
  /**
6132
6056
  * 网关服务创建结果
6133
- 注意:此字段可能返回 null,表示取不到有效值。
6134
6057
  */
6135
6058
  Result?: CreateGatewayServiceResult;
6136
6059
  /**
@@ -6300,12 +6223,10 @@ export interface CreateGovernanceAliasResponse {
6300
6223
  export interface CloudNativeAPIGatewayNodeConfig {
6301
6224
  /**
6302
6225
  * 节点配置, 1c2g|2c4g|4c8g|8c16g。
6303
- 注意:此字段可能返回 null,表示取不到有效值。
6304
6226
  */
6305
6227
  Specification: string;
6306
6228
  /**
6307
6229
  * 节点数量,2-9。
6308
- 注意:此字段可能返回 null,表示取不到有效值。
6309
6230
  */
6310
6231
  Number: number;
6311
6232
  }
@@ -6524,12 +6445,10 @@ export interface DeleteCloudNativeAPIGatewayCanaryRuleRequest {
6524
6445
  export interface GatewayInstanceSchemeAndPorts {
6525
6446
  /**
6526
6447
  * 端口协议,可选HTTP、HTTPS、TCP和UDP
6527
- 注意:此字段可能返回 null,表示取不到有效值。
6528
6448
  */
6529
6449
  Scheme?: string;
6530
6450
  /**
6531
6451
  * 端口列表
6532
- 注意:此字段可能返回 null,表示取不到有效值。
6533
6452
  */
6534
6453
  PortList?: Array<number | bigint>;
6535
6454
  }
@@ -6940,7 +6859,6 @@ export interface DescribeNacosReplicasResponse {
6940
6859
  export interface KongPassiveHealthCheck {
6941
6860
  /**
6942
6861
  * 后端target协议类型,被动健康检查支持http和tcp,主动健康检查支持http
6943
- 注意:此字段可能返回 null,表示取不到有效值。
6944
6862
  */
6945
6863
  Type?: string;
6946
6864
  }
@@ -7070,7 +6988,6 @@ export interface DeleteCloudNativeAPIGatewayServiceRequest {
7070
6988
  export interface DescribePublicNetworkResponse {
7071
6989
  /**
7072
6990
  * 获取云原生API网关公网详情响应结果。
7073
- 注意:此字段可能返回 null,表示取不到有效值。
7074
6991
  */
7075
6992
  Result?: DescribePublicNetworkResult;
7076
6993
  /**
@@ -7527,7 +7444,6 @@ export interface DeleteCloudNativeAPIGatewayRequest {
7527
7444
  export interface DescribeCloudNativeAPIGatewayCertificateDetailsResponse {
7528
7445
  /**
7529
7446
  * 无
7530
- 注意:此字段可能返回 null,表示取不到有效值。
7531
7447
  */
7532
7448
  Result?: KongCertificate;
7533
7449
  /**
@@ -7757,12 +7673,10 @@ export interface CreateAutoScalerResourceStrategyRequest {
7757
7673
  export interface KongServices {
7758
7674
  /**
7759
7675
  * kong实例的服务列表
7760
- 注意:此字段可能返回 null,表示取不到有效值。
7761
7676
  */
7762
7677
  ServiceList?: Array<KongServicePreview>;
7763
7678
  /**
7764
7679
  * 列表总数
7765
- 注意:此字段可能返回 null,表示取不到有效值。
7766
7680
  */
7767
7681
  TotalCount?: number;
7768
7682
  }
@@ -7789,12 +7703,10 @@ export interface CreateCloudNativeAPIGatewayServerGroupResult {
7789
7703
  GroupId?: string;
7790
7704
  /**
7791
7705
  * 状态
7792
- 注意:此字段可能返回 null,表示取不到有效值。
7793
7706
  */
7794
7707
  Status?: string;
7795
7708
  /**
7796
7709
  * 任务ID
7797
- 注意:此字段可能返回 null,表示取不到有效值。
7798
7710
  */
7799
7711
  TaskId?: string;
7800
7712
  }
@@ -7825,7 +7737,6 @@ export interface DescribeGovernanceServiceContractsResponse {
7825
7737
  export interface UpdateUpstreamHealthCheckConfigResponse {
7826
7738
  /**
7827
7739
  * 是否成功
7828
- 注意:此字段可能返回 null,表示取不到有效值。
7829
7740
  */
7830
7741
  Result?: boolean;
7831
7742
  /**
@@ -8178,12 +8089,10 @@ export interface CreateEngineRequest {
8178
8089
  export interface KongServiceRouteList {
8179
8090
  /**
8180
8091
  * 无
8181
- 注意:此字段可能返回 null,表示取不到有效值。
8182
8092
  */
8183
8093
  RouteList?: Array<KongRoutePreview>;
8184
8094
  /**
8185
8095
  * 总数
8186
- 注意:此字段可能返回 null,表示取不到有效值。
8187
8096
  */
8188
8097
  TotalCount?: number;
8189
8098
  }