tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -11123,6 +11123,359 @@ class DataCheckStat(AbstractModel):
|
|
11123
11123
|
|
11124
11124
|
|
11125
11125
|
|
11126
|
+
class DataServicePublishedApiListFilter(AbstractModel):
|
11127
|
+
"""获取数据服务API的发布态信息列表过滤条件
|
11128
|
+
|
11129
|
+
"""
|
11130
|
+
|
11131
|
+
def __init__(self):
|
11132
|
+
r"""
|
11133
|
+
:param _PathUrl: 请求路径关键词筛选
|
11134
|
+
:type PathUrl: str
|
11135
|
+
:param _Keyword: Api名称关键词筛选
|
11136
|
+
:type Keyword: str
|
11137
|
+
:param _AuthTypes: Api认证方式筛选 0:免认证 1:应用认证
|
11138
|
+
:type AuthTypes: list of int non-negative
|
11139
|
+
:param _ApiStatus: 服务Api状态 1:已上线 3:已下线
|
11140
|
+
:type ApiStatus: list of int non-negative
|
11141
|
+
:param _ConfigTypes: API配置方式 0:向导、1、脚本、2、注册Api
|
11142
|
+
:type ConfigTypes: list of int non-negative
|
11143
|
+
"""
|
11144
|
+
self._PathUrl = None
|
11145
|
+
self._Keyword = None
|
11146
|
+
self._AuthTypes = None
|
11147
|
+
self._ApiStatus = None
|
11148
|
+
self._ConfigTypes = None
|
11149
|
+
|
11150
|
+
@property
|
11151
|
+
def PathUrl(self):
|
11152
|
+
return self._PathUrl
|
11153
|
+
|
11154
|
+
@PathUrl.setter
|
11155
|
+
def PathUrl(self, PathUrl):
|
11156
|
+
self._PathUrl = PathUrl
|
11157
|
+
|
11158
|
+
@property
|
11159
|
+
def Keyword(self):
|
11160
|
+
return self._Keyword
|
11161
|
+
|
11162
|
+
@Keyword.setter
|
11163
|
+
def Keyword(self, Keyword):
|
11164
|
+
self._Keyword = Keyword
|
11165
|
+
|
11166
|
+
@property
|
11167
|
+
def AuthTypes(self):
|
11168
|
+
return self._AuthTypes
|
11169
|
+
|
11170
|
+
@AuthTypes.setter
|
11171
|
+
def AuthTypes(self, AuthTypes):
|
11172
|
+
self._AuthTypes = AuthTypes
|
11173
|
+
|
11174
|
+
@property
|
11175
|
+
def ApiStatus(self):
|
11176
|
+
return self._ApiStatus
|
11177
|
+
|
11178
|
+
@ApiStatus.setter
|
11179
|
+
def ApiStatus(self, ApiStatus):
|
11180
|
+
self._ApiStatus = ApiStatus
|
11181
|
+
|
11182
|
+
@property
|
11183
|
+
def ConfigTypes(self):
|
11184
|
+
return self._ConfigTypes
|
11185
|
+
|
11186
|
+
@ConfigTypes.setter
|
11187
|
+
def ConfigTypes(self, ConfigTypes):
|
11188
|
+
self._ConfigTypes = ConfigTypes
|
11189
|
+
|
11190
|
+
|
11191
|
+
def _deserialize(self, params):
|
11192
|
+
self._PathUrl = params.get("PathUrl")
|
11193
|
+
self._Keyword = params.get("Keyword")
|
11194
|
+
self._AuthTypes = params.get("AuthTypes")
|
11195
|
+
self._ApiStatus = params.get("ApiStatus")
|
11196
|
+
self._ConfigTypes = params.get("ConfigTypes")
|
11197
|
+
memeber_set = set(params.keys())
|
11198
|
+
for name, value in vars(self).items():
|
11199
|
+
property_name = name[1:]
|
11200
|
+
if property_name in memeber_set:
|
11201
|
+
memeber_set.remove(property_name)
|
11202
|
+
if len(memeber_set) > 0:
|
11203
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11204
|
+
|
11205
|
+
|
11206
|
+
|
11207
|
+
class DataServiceRequestListOrder(AbstractModel):
|
11208
|
+
"""数据服务通用排序参数
|
11209
|
+
|
11210
|
+
"""
|
11211
|
+
|
11212
|
+
def __init__(self):
|
11213
|
+
r"""
|
11214
|
+
:param _Name: 排序参数名称
|
11215
|
+
取值:
|
11216
|
+
CreateTime 表示按照创建时间排序
|
11217
|
+
ModifyTime 表示按照更新时间排序
|
11218
|
+
:type Name: str
|
11219
|
+
:param _Direction: 排序参数顺序
|
11220
|
+
:type Direction: str
|
11221
|
+
"""
|
11222
|
+
self._Name = None
|
11223
|
+
self._Direction = None
|
11224
|
+
|
11225
|
+
@property
|
11226
|
+
def Name(self):
|
11227
|
+
return self._Name
|
11228
|
+
|
11229
|
+
@Name.setter
|
11230
|
+
def Name(self, Name):
|
11231
|
+
self._Name = Name
|
11232
|
+
|
11233
|
+
@property
|
11234
|
+
def Direction(self):
|
11235
|
+
return self._Direction
|
11236
|
+
|
11237
|
+
@Direction.setter
|
11238
|
+
def Direction(self, Direction):
|
11239
|
+
self._Direction = Direction
|
11240
|
+
|
11241
|
+
|
11242
|
+
def _deserialize(self, params):
|
11243
|
+
self._Name = params.get("Name")
|
11244
|
+
self._Direction = params.get("Direction")
|
11245
|
+
memeber_set = set(params.keys())
|
11246
|
+
for name, value in vars(self).items():
|
11247
|
+
property_name = name[1:]
|
11248
|
+
if property_name in memeber_set:
|
11249
|
+
memeber_set.remove(property_name)
|
11250
|
+
if len(memeber_set) > 0:
|
11251
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11252
|
+
|
11253
|
+
|
11254
|
+
|
11255
|
+
class DataServiceRequestParam(AbstractModel):
|
11256
|
+
"""数据服务入参
|
11257
|
+
|
11258
|
+
"""
|
11259
|
+
|
11260
|
+
def __init__(self):
|
11261
|
+
r"""
|
11262
|
+
:param _ParamName: 参数名称
|
11263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11264
|
+
:type ParamName: str
|
11265
|
+
:param _BindField: 绑定字段
|
11266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11267
|
+
:type BindField: str
|
11268
|
+
:param _ParamType: 参数类型
|
11269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11270
|
+
:type ParamType: str
|
11271
|
+
:param _ParamPosition: 参数位置
|
11272
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11273
|
+
:type ParamPosition: str
|
11274
|
+
:param _Operator: 操作符
|
11275
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11276
|
+
:type Operator: str
|
11277
|
+
:param _NonEmpty: 是否为空
|
11278
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11279
|
+
:type NonEmpty: int
|
11280
|
+
:param _DefaultValue: 默认值
|
11281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11282
|
+
:type DefaultValue: str
|
11283
|
+
:param _ExampleValue: 示例值
|
11284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11285
|
+
:type ExampleValue: str
|
11286
|
+
:param _Description: 参数描述
|
11287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11288
|
+
:type Description: str
|
11289
|
+
"""
|
11290
|
+
self._ParamName = None
|
11291
|
+
self._BindField = None
|
11292
|
+
self._ParamType = None
|
11293
|
+
self._ParamPosition = None
|
11294
|
+
self._Operator = None
|
11295
|
+
self._NonEmpty = None
|
11296
|
+
self._DefaultValue = None
|
11297
|
+
self._ExampleValue = None
|
11298
|
+
self._Description = None
|
11299
|
+
|
11300
|
+
@property
|
11301
|
+
def ParamName(self):
|
11302
|
+
return self._ParamName
|
11303
|
+
|
11304
|
+
@ParamName.setter
|
11305
|
+
def ParamName(self, ParamName):
|
11306
|
+
self._ParamName = ParamName
|
11307
|
+
|
11308
|
+
@property
|
11309
|
+
def BindField(self):
|
11310
|
+
return self._BindField
|
11311
|
+
|
11312
|
+
@BindField.setter
|
11313
|
+
def BindField(self, BindField):
|
11314
|
+
self._BindField = BindField
|
11315
|
+
|
11316
|
+
@property
|
11317
|
+
def ParamType(self):
|
11318
|
+
return self._ParamType
|
11319
|
+
|
11320
|
+
@ParamType.setter
|
11321
|
+
def ParamType(self, ParamType):
|
11322
|
+
self._ParamType = ParamType
|
11323
|
+
|
11324
|
+
@property
|
11325
|
+
def ParamPosition(self):
|
11326
|
+
return self._ParamPosition
|
11327
|
+
|
11328
|
+
@ParamPosition.setter
|
11329
|
+
def ParamPosition(self, ParamPosition):
|
11330
|
+
self._ParamPosition = ParamPosition
|
11331
|
+
|
11332
|
+
@property
|
11333
|
+
def Operator(self):
|
11334
|
+
return self._Operator
|
11335
|
+
|
11336
|
+
@Operator.setter
|
11337
|
+
def Operator(self, Operator):
|
11338
|
+
self._Operator = Operator
|
11339
|
+
|
11340
|
+
@property
|
11341
|
+
def NonEmpty(self):
|
11342
|
+
return self._NonEmpty
|
11343
|
+
|
11344
|
+
@NonEmpty.setter
|
11345
|
+
def NonEmpty(self, NonEmpty):
|
11346
|
+
self._NonEmpty = NonEmpty
|
11347
|
+
|
11348
|
+
@property
|
11349
|
+
def DefaultValue(self):
|
11350
|
+
return self._DefaultValue
|
11351
|
+
|
11352
|
+
@DefaultValue.setter
|
11353
|
+
def DefaultValue(self, DefaultValue):
|
11354
|
+
self._DefaultValue = DefaultValue
|
11355
|
+
|
11356
|
+
@property
|
11357
|
+
def ExampleValue(self):
|
11358
|
+
return self._ExampleValue
|
11359
|
+
|
11360
|
+
@ExampleValue.setter
|
11361
|
+
def ExampleValue(self, ExampleValue):
|
11362
|
+
self._ExampleValue = ExampleValue
|
11363
|
+
|
11364
|
+
@property
|
11365
|
+
def Description(self):
|
11366
|
+
return self._Description
|
11367
|
+
|
11368
|
+
@Description.setter
|
11369
|
+
def Description(self, Description):
|
11370
|
+
self._Description = Description
|
11371
|
+
|
11372
|
+
|
11373
|
+
def _deserialize(self, params):
|
11374
|
+
self._ParamName = params.get("ParamName")
|
11375
|
+
self._BindField = params.get("BindField")
|
11376
|
+
self._ParamType = params.get("ParamType")
|
11377
|
+
self._ParamPosition = params.get("ParamPosition")
|
11378
|
+
self._Operator = params.get("Operator")
|
11379
|
+
self._NonEmpty = params.get("NonEmpty")
|
11380
|
+
self._DefaultValue = params.get("DefaultValue")
|
11381
|
+
self._ExampleValue = params.get("ExampleValue")
|
11382
|
+
self._Description = params.get("Description")
|
11383
|
+
memeber_set = set(params.keys())
|
11384
|
+
for name, value in vars(self).items():
|
11385
|
+
property_name = name[1:]
|
11386
|
+
if property_name in memeber_set:
|
11387
|
+
memeber_set.remove(property_name)
|
11388
|
+
if len(memeber_set) > 0:
|
11389
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11390
|
+
|
11391
|
+
|
11392
|
+
|
11393
|
+
class DataServiceResponseParam(AbstractModel):
|
11394
|
+
"""数据服务入参
|
11395
|
+
|
11396
|
+
"""
|
11397
|
+
|
11398
|
+
def __init__(self):
|
11399
|
+
r"""
|
11400
|
+
:param _ParamName: 参数名称
|
11401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11402
|
+
:type ParamName: str
|
11403
|
+
:param _BindField: 绑定字段
|
11404
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11405
|
+
:type BindField: str
|
11406
|
+
:param _ParamType: 参数类型
|
11407
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11408
|
+
:type ParamType: str
|
11409
|
+
:param _ExampleValue: 示例值
|
11410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11411
|
+
:type ExampleValue: str
|
11412
|
+
:param _Description: 参数描述
|
11413
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11414
|
+
:type Description: str
|
11415
|
+
"""
|
11416
|
+
self._ParamName = None
|
11417
|
+
self._BindField = None
|
11418
|
+
self._ParamType = None
|
11419
|
+
self._ExampleValue = None
|
11420
|
+
self._Description = None
|
11421
|
+
|
11422
|
+
@property
|
11423
|
+
def ParamName(self):
|
11424
|
+
return self._ParamName
|
11425
|
+
|
11426
|
+
@ParamName.setter
|
11427
|
+
def ParamName(self, ParamName):
|
11428
|
+
self._ParamName = ParamName
|
11429
|
+
|
11430
|
+
@property
|
11431
|
+
def BindField(self):
|
11432
|
+
return self._BindField
|
11433
|
+
|
11434
|
+
@BindField.setter
|
11435
|
+
def BindField(self, BindField):
|
11436
|
+
self._BindField = BindField
|
11437
|
+
|
11438
|
+
@property
|
11439
|
+
def ParamType(self):
|
11440
|
+
return self._ParamType
|
11441
|
+
|
11442
|
+
@ParamType.setter
|
11443
|
+
def ParamType(self, ParamType):
|
11444
|
+
self._ParamType = ParamType
|
11445
|
+
|
11446
|
+
@property
|
11447
|
+
def ExampleValue(self):
|
11448
|
+
return self._ExampleValue
|
11449
|
+
|
11450
|
+
@ExampleValue.setter
|
11451
|
+
def ExampleValue(self, ExampleValue):
|
11452
|
+
self._ExampleValue = ExampleValue
|
11453
|
+
|
11454
|
+
@property
|
11455
|
+
def Description(self):
|
11456
|
+
return self._Description
|
11457
|
+
|
11458
|
+
@Description.setter
|
11459
|
+
def Description(self, Description):
|
11460
|
+
self._Description = Description
|
11461
|
+
|
11462
|
+
|
11463
|
+
def _deserialize(self, params):
|
11464
|
+
self._ParamName = params.get("ParamName")
|
11465
|
+
self._BindField = params.get("BindField")
|
11466
|
+
self._ParamType = params.get("ParamType")
|
11467
|
+
self._ExampleValue = params.get("ExampleValue")
|
11468
|
+
self._Description = params.get("Description")
|
11469
|
+
memeber_set = set(params.keys())
|
11470
|
+
for name, value in vars(self).items():
|
11471
|
+
property_name = name[1:]
|
11472
|
+
if property_name in memeber_set:
|
11473
|
+
memeber_set.remove(property_name)
|
11474
|
+
if len(memeber_set) > 0:
|
11475
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11476
|
+
|
11477
|
+
|
11478
|
+
|
11126
11479
|
class DataSourceInfo(AbstractModel):
|
11127
11480
|
"""数据源对象
|
11128
11481
|
|
@@ -16194,6 +16547,644 @@ class DescribeDataCheckStatResponse(AbstractModel):
|
|
16194
16547
|
self._RequestId = params.get("RequestId")
|
16195
16548
|
|
16196
16549
|
|
16550
|
+
class DescribeDataServicePublishedApiDetailRequest(AbstractModel):
|
16551
|
+
"""DescribeDataServicePublishedApiDetail请求参数结构体
|
16552
|
+
|
16553
|
+
"""
|
16554
|
+
|
16555
|
+
def __init__(self):
|
16556
|
+
r"""
|
16557
|
+
:param _Id: 服务Id
|
16558
|
+
:type Id: str
|
16559
|
+
:param _ProjectId: 项目ID
|
16560
|
+
:type ProjectId: str
|
16561
|
+
"""
|
16562
|
+
self._Id = None
|
16563
|
+
self._ProjectId = None
|
16564
|
+
|
16565
|
+
@property
|
16566
|
+
def Id(self):
|
16567
|
+
return self._Id
|
16568
|
+
|
16569
|
+
@Id.setter
|
16570
|
+
def Id(self, Id):
|
16571
|
+
self._Id = Id
|
16572
|
+
|
16573
|
+
@property
|
16574
|
+
def ProjectId(self):
|
16575
|
+
return self._ProjectId
|
16576
|
+
|
16577
|
+
@ProjectId.setter
|
16578
|
+
def ProjectId(self, ProjectId):
|
16579
|
+
self._ProjectId = ProjectId
|
16580
|
+
|
16581
|
+
|
16582
|
+
def _deserialize(self, params):
|
16583
|
+
self._Id = params.get("Id")
|
16584
|
+
self._ProjectId = params.get("ProjectId")
|
16585
|
+
memeber_set = set(params.keys())
|
16586
|
+
for name, value in vars(self).items():
|
16587
|
+
property_name = name[1:]
|
16588
|
+
if property_name in memeber_set:
|
16589
|
+
memeber_set.remove(property_name)
|
16590
|
+
if len(memeber_set) > 0:
|
16591
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16592
|
+
|
16593
|
+
|
16594
|
+
|
16595
|
+
class DescribeDataServicePublishedApiDetailResp(AbstractModel):
|
16596
|
+
"""查询数据服务API的发布态信息详情出参
|
16597
|
+
|
16598
|
+
"""
|
16599
|
+
|
16600
|
+
def __init__(self):
|
16601
|
+
r"""
|
16602
|
+
:param _ApiName: 服务Api名称
|
16603
|
+
:type ApiName: str
|
16604
|
+
:param _PathUrl: 服务请求Path
|
16605
|
+
:type PathUrl: str
|
16606
|
+
:param _OwnerName: 服务责任人名称
|
16607
|
+
:type OwnerName: str
|
16608
|
+
:param _RequestType: 服务请求方式
|
16609
|
+
:type RequestType: str
|
16610
|
+
:param _ApiTagNames: 服务标签名称集合
|
16611
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16612
|
+
:type ApiTagNames: str
|
16613
|
+
:param _ApiDescription: 服务描述
|
16614
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16615
|
+
:type ApiDescription: str
|
16616
|
+
:param _RequestExample: 服务请求返回示例
|
16617
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16618
|
+
:type RequestExample: str
|
16619
|
+
:param _RequestSuccess: 服务请求成功返回示例
|
16620
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16621
|
+
:type RequestSuccess: str
|
16622
|
+
:param _RequestError: 服务请求失败返回示例
|
16623
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16624
|
+
:type RequestError: str
|
16625
|
+
:param _RequestParam: 服务请求参数列表
|
16626
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16627
|
+
:type RequestParam: list of DataServiceRequestParam
|
16628
|
+
:param _ResponseParam: 服务响应参数列表
|
16629
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16630
|
+
:type ResponseParam: list of DataServiceResponseParam
|
16631
|
+
:param _MaxAllowQps: 最大qps
|
16632
|
+
:type MaxAllowQps: int
|
16633
|
+
:param _MaxAllowPageSize: 最大记录数
|
16634
|
+
:type MaxAllowPageSize: int
|
16635
|
+
:param _TimeoutPeriod: 超时时间,单位ms
|
16636
|
+
:type TimeoutPeriod: int
|
16637
|
+
:param _ApiId: ApiId
|
16638
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16639
|
+
:type ApiId: str
|
16640
|
+
:param _AuthType: 0:免认证 1:应用认证
|
16641
|
+
:type AuthType: int
|
16642
|
+
:param _GatewayApiUrl: 请求地址
|
16643
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16644
|
+
:type GatewayApiUrl: str
|
16645
|
+
:param _ApiStatus: 服务Api状态 1:已上线 3:已下线
|
16646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16647
|
+
:type ApiStatus: int
|
16648
|
+
"""
|
16649
|
+
self._ApiName = None
|
16650
|
+
self._PathUrl = None
|
16651
|
+
self._OwnerName = None
|
16652
|
+
self._RequestType = None
|
16653
|
+
self._ApiTagNames = None
|
16654
|
+
self._ApiDescription = None
|
16655
|
+
self._RequestExample = None
|
16656
|
+
self._RequestSuccess = None
|
16657
|
+
self._RequestError = None
|
16658
|
+
self._RequestParam = None
|
16659
|
+
self._ResponseParam = None
|
16660
|
+
self._MaxAllowQps = None
|
16661
|
+
self._MaxAllowPageSize = None
|
16662
|
+
self._TimeoutPeriod = None
|
16663
|
+
self._ApiId = None
|
16664
|
+
self._AuthType = None
|
16665
|
+
self._GatewayApiUrl = None
|
16666
|
+
self._ApiStatus = None
|
16667
|
+
|
16668
|
+
@property
|
16669
|
+
def ApiName(self):
|
16670
|
+
return self._ApiName
|
16671
|
+
|
16672
|
+
@ApiName.setter
|
16673
|
+
def ApiName(self, ApiName):
|
16674
|
+
self._ApiName = ApiName
|
16675
|
+
|
16676
|
+
@property
|
16677
|
+
def PathUrl(self):
|
16678
|
+
return self._PathUrl
|
16679
|
+
|
16680
|
+
@PathUrl.setter
|
16681
|
+
def PathUrl(self, PathUrl):
|
16682
|
+
self._PathUrl = PathUrl
|
16683
|
+
|
16684
|
+
@property
|
16685
|
+
def OwnerName(self):
|
16686
|
+
return self._OwnerName
|
16687
|
+
|
16688
|
+
@OwnerName.setter
|
16689
|
+
def OwnerName(self, OwnerName):
|
16690
|
+
self._OwnerName = OwnerName
|
16691
|
+
|
16692
|
+
@property
|
16693
|
+
def RequestType(self):
|
16694
|
+
return self._RequestType
|
16695
|
+
|
16696
|
+
@RequestType.setter
|
16697
|
+
def RequestType(self, RequestType):
|
16698
|
+
self._RequestType = RequestType
|
16699
|
+
|
16700
|
+
@property
|
16701
|
+
def ApiTagNames(self):
|
16702
|
+
return self._ApiTagNames
|
16703
|
+
|
16704
|
+
@ApiTagNames.setter
|
16705
|
+
def ApiTagNames(self, ApiTagNames):
|
16706
|
+
self._ApiTagNames = ApiTagNames
|
16707
|
+
|
16708
|
+
@property
|
16709
|
+
def ApiDescription(self):
|
16710
|
+
return self._ApiDescription
|
16711
|
+
|
16712
|
+
@ApiDescription.setter
|
16713
|
+
def ApiDescription(self, ApiDescription):
|
16714
|
+
self._ApiDescription = ApiDescription
|
16715
|
+
|
16716
|
+
@property
|
16717
|
+
def RequestExample(self):
|
16718
|
+
return self._RequestExample
|
16719
|
+
|
16720
|
+
@RequestExample.setter
|
16721
|
+
def RequestExample(self, RequestExample):
|
16722
|
+
self._RequestExample = RequestExample
|
16723
|
+
|
16724
|
+
@property
|
16725
|
+
def RequestSuccess(self):
|
16726
|
+
return self._RequestSuccess
|
16727
|
+
|
16728
|
+
@RequestSuccess.setter
|
16729
|
+
def RequestSuccess(self, RequestSuccess):
|
16730
|
+
self._RequestSuccess = RequestSuccess
|
16731
|
+
|
16732
|
+
@property
|
16733
|
+
def RequestError(self):
|
16734
|
+
return self._RequestError
|
16735
|
+
|
16736
|
+
@RequestError.setter
|
16737
|
+
def RequestError(self, RequestError):
|
16738
|
+
self._RequestError = RequestError
|
16739
|
+
|
16740
|
+
@property
|
16741
|
+
def RequestParam(self):
|
16742
|
+
return self._RequestParam
|
16743
|
+
|
16744
|
+
@RequestParam.setter
|
16745
|
+
def RequestParam(self, RequestParam):
|
16746
|
+
self._RequestParam = RequestParam
|
16747
|
+
|
16748
|
+
@property
|
16749
|
+
def ResponseParam(self):
|
16750
|
+
return self._ResponseParam
|
16751
|
+
|
16752
|
+
@ResponseParam.setter
|
16753
|
+
def ResponseParam(self, ResponseParam):
|
16754
|
+
self._ResponseParam = ResponseParam
|
16755
|
+
|
16756
|
+
@property
|
16757
|
+
def MaxAllowQps(self):
|
16758
|
+
return self._MaxAllowQps
|
16759
|
+
|
16760
|
+
@MaxAllowQps.setter
|
16761
|
+
def MaxAllowQps(self, MaxAllowQps):
|
16762
|
+
self._MaxAllowQps = MaxAllowQps
|
16763
|
+
|
16764
|
+
@property
|
16765
|
+
def MaxAllowPageSize(self):
|
16766
|
+
return self._MaxAllowPageSize
|
16767
|
+
|
16768
|
+
@MaxAllowPageSize.setter
|
16769
|
+
def MaxAllowPageSize(self, MaxAllowPageSize):
|
16770
|
+
self._MaxAllowPageSize = MaxAllowPageSize
|
16771
|
+
|
16772
|
+
@property
|
16773
|
+
def TimeoutPeriod(self):
|
16774
|
+
return self._TimeoutPeriod
|
16775
|
+
|
16776
|
+
@TimeoutPeriod.setter
|
16777
|
+
def TimeoutPeriod(self, TimeoutPeriod):
|
16778
|
+
self._TimeoutPeriod = TimeoutPeriod
|
16779
|
+
|
16780
|
+
@property
|
16781
|
+
def ApiId(self):
|
16782
|
+
return self._ApiId
|
16783
|
+
|
16784
|
+
@ApiId.setter
|
16785
|
+
def ApiId(self, ApiId):
|
16786
|
+
self._ApiId = ApiId
|
16787
|
+
|
16788
|
+
@property
|
16789
|
+
def AuthType(self):
|
16790
|
+
return self._AuthType
|
16791
|
+
|
16792
|
+
@AuthType.setter
|
16793
|
+
def AuthType(self, AuthType):
|
16794
|
+
self._AuthType = AuthType
|
16795
|
+
|
16796
|
+
@property
|
16797
|
+
def GatewayApiUrl(self):
|
16798
|
+
return self._GatewayApiUrl
|
16799
|
+
|
16800
|
+
@GatewayApiUrl.setter
|
16801
|
+
def GatewayApiUrl(self, GatewayApiUrl):
|
16802
|
+
self._GatewayApiUrl = GatewayApiUrl
|
16803
|
+
|
16804
|
+
@property
|
16805
|
+
def ApiStatus(self):
|
16806
|
+
return self._ApiStatus
|
16807
|
+
|
16808
|
+
@ApiStatus.setter
|
16809
|
+
def ApiStatus(self, ApiStatus):
|
16810
|
+
self._ApiStatus = ApiStatus
|
16811
|
+
|
16812
|
+
|
16813
|
+
def _deserialize(self, params):
|
16814
|
+
self._ApiName = params.get("ApiName")
|
16815
|
+
self._PathUrl = params.get("PathUrl")
|
16816
|
+
self._OwnerName = params.get("OwnerName")
|
16817
|
+
self._RequestType = params.get("RequestType")
|
16818
|
+
self._ApiTagNames = params.get("ApiTagNames")
|
16819
|
+
self._ApiDescription = params.get("ApiDescription")
|
16820
|
+
self._RequestExample = params.get("RequestExample")
|
16821
|
+
self._RequestSuccess = params.get("RequestSuccess")
|
16822
|
+
self._RequestError = params.get("RequestError")
|
16823
|
+
if params.get("RequestParam") is not None:
|
16824
|
+
self._RequestParam = []
|
16825
|
+
for item in params.get("RequestParam"):
|
16826
|
+
obj = DataServiceRequestParam()
|
16827
|
+
obj._deserialize(item)
|
16828
|
+
self._RequestParam.append(obj)
|
16829
|
+
if params.get("ResponseParam") is not None:
|
16830
|
+
self._ResponseParam = []
|
16831
|
+
for item in params.get("ResponseParam"):
|
16832
|
+
obj = DataServiceResponseParam()
|
16833
|
+
obj._deserialize(item)
|
16834
|
+
self._ResponseParam.append(obj)
|
16835
|
+
self._MaxAllowQps = params.get("MaxAllowQps")
|
16836
|
+
self._MaxAllowPageSize = params.get("MaxAllowPageSize")
|
16837
|
+
self._TimeoutPeriod = params.get("TimeoutPeriod")
|
16838
|
+
self._ApiId = params.get("ApiId")
|
16839
|
+
self._AuthType = params.get("AuthType")
|
16840
|
+
self._GatewayApiUrl = params.get("GatewayApiUrl")
|
16841
|
+
self._ApiStatus = params.get("ApiStatus")
|
16842
|
+
memeber_set = set(params.keys())
|
16843
|
+
for name, value in vars(self).items():
|
16844
|
+
property_name = name[1:]
|
16845
|
+
if property_name in memeber_set:
|
16846
|
+
memeber_set.remove(property_name)
|
16847
|
+
if len(memeber_set) > 0:
|
16848
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16849
|
+
|
16850
|
+
|
16851
|
+
|
16852
|
+
class DescribeDataServicePublishedApiDetailResponse(AbstractModel):
|
16853
|
+
"""DescribeDataServicePublishedApiDetail返回参数结构体
|
16854
|
+
|
16855
|
+
"""
|
16856
|
+
|
16857
|
+
def __init__(self):
|
16858
|
+
r"""
|
16859
|
+
:param _Data: 服务详情
|
16860
|
+
:type Data: :class:`tencentcloud.wedata.v20210820.models.DescribeDataServicePublishedApiDetailResp`
|
16861
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16862
|
+
:type RequestId: str
|
16863
|
+
"""
|
16864
|
+
self._Data = None
|
16865
|
+
self._RequestId = None
|
16866
|
+
|
16867
|
+
@property
|
16868
|
+
def Data(self):
|
16869
|
+
return self._Data
|
16870
|
+
|
16871
|
+
@Data.setter
|
16872
|
+
def Data(self, Data):
|
16873
|
+
self._Data = Data
|
16874
|
+
|
16875
|
+
@property
|
16876
|
+
def RequestId(self):
|
16877
|
+
return self._RequestId
|
16878
|
+
|
16879
|
+
@RequestId.setter
|
16880
|
+
def RequestId(self, RequestId):
|
16881
|
+
self._RequestId = RequestId
|
16882
|
+
|
16883
|
+
|
16884
|
+
def _deserialize(self, params):
|
16885
|
+
if params.get("Data") is not None:
|
16886
|
+
self._Data = DescribeDataServicePublishedApiDetailResp()
|
16887
|
+
self._Data._deserialize(params.get("Data"))
|
16888
|
+
self._RequestId = params.get("RequestId")
|
16889
|
+
|
16890
|
+
|
16891
|
+
class DescribeDataServicePublishedApiListRequest(AbstractModel):
|
16892
|
+
"""DescribeDataServicePublishedApiList请求参数结构体
|
16893
|
+
|
16894
|
+
"""
|
16895
|
+
|
16896
|
+
def __init__(self):
|
16897
|
+
r"""
|
16898
|
+
:param _PageNumber: 页码
|
16899
|
+
:type PageNumber: int
|
16900
|
+
:param _PageSize: 每页大小
|
16901
|
+
:type PageSize: int
|
16902
|
+
:param _ProjectId: 项目ID
|
16903
|
+
:type ProjectId: str
|
16904
|
+
:param _Filters: 查询参数
|
16905
|
+
:type Filters: :class:`tencentcloud.wedata.v20210820.models.DataServicePublishedApiListFilter`
|
16906
|
+
:param _OrderFields: 排序配置
|
16907
|
+
:type OrderFields: list of DataServiceRequestListOrder
|
16908
|
+
"""
|
16909
|
+
self._PageNumber = None
|
16910
|
+
self._PageSize = None
|
16911
|
+
self._ProjectId = None
|
16912
|
+
self._Filters = None
|
16913
|
+
self._OrderFields = None
|
16914
|
+
|
16915
|
+
@property
|
16916
|
+
def PageNumber(self):
|
16917
|
+
return self._PageNumber
|
16918
|
+
|
16919
|
+
@PageNumber.setter
|
16920
|
+
def PageNumber(self, PageNumber):
|
16921
|
+
self._PageNumber = PageNumber
|
16922
|
+
|
16923
|
+
@property
|
16924
|
+
def PageSize(self):
|
16925
|
+
return self._PageSize
|
16926
|
+
|
16927
|
+
@PageSize.setter
|
16928
|
+
def PageSize(self, PageSize):
|
16929
|
+
self._PageSize = PageSize
|
16930
|
+
|
16931
|
+
@property
|
16932
|
+
def ProjectId(self):
|
16933
|
+
return self._ProjectId
|
16934
|
+
|
16935
|
+
@ProjectId.setter
|
16936
|
+
def ProjectId(self, ProjectId):
|
16937
|
+
self._ProjectId = ProjectId
|
16938
|
+
|
16939
|
+
@property
|
16940
|
+
def Filters(self):
|
16941
|
+
return self._Filters
|
16942
|
+
|
16943
|
+
@Filters.setter
|
16944
|
+
def Filters(self, Filters):
|
16945
|
+
self._Filters = Filters
|
16946
|
+
|
16947
|
+
@property
|
16948
|
+
def OrderFields(self):
|
16949
|
+
return self._OrderFields
|
16950
|
+
|
16951
|
+
@OrderFields.setter
|
16952
|
+
def OrderFields(self, OrderFields):
|
16953
|
+
self._OrderFields = OrderFields
|
16954
|
+
|
16955
|
+
|
16956
|
+
def _deserialize(self, params):
|
16957
|
+
self._PageNumber = params.get("PageNumber")
|
16958
|
+
self._PageSize = params.get("PageSize")
|
16959
|
+
self._ProjectId = params.get("ProjectId")
|
16960
|
+
if params.get("Filters") is not None:
|
16961
|
+
self._Filters = DataServicePublishedApiListFilter()
|
16962
|
+
self._Filters._deserialize(params.get("Filters"))
|
16963
|
+
if params.get("OrderFields") is not None:
|
16964
|
+
self._OrderFields = []
|
16965
|
+
for item in params.get("OrderFields"):
|
16966
|
+
obj = DataServiceRequestListOrder()
|
16967
|
+
obj._deserialize(item)
|
16968
|
+
self._OrderFields.append(obj)
|
16969
|
+
memeber_set = set(params.keys())
|
16970
|
+
for name, value in vars(self).items():
|
16971
|
+
property_name = name[1:]
|
16972
|
+
if property_name in memeber_set:
|
16973
|
+
memeber_set.remove(property_name)
|
16974
|
+
if len(memeber_set) > 0:
|
16975
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16976
|
+
|
16977
|
+
|
16978
|
+
|
16979
|
+
class DescribeDataServicePublishedApiListResp(AbstractModel):
|
16980
|
+
"""获取数据服务API的发布态信息列表响应内容
|
16981
|
+
|
16982
|
+
"""
|
16983
|
+
|
16984
|
+
def __init__(self):
|
16985
|
+
r"""
|
16986
|
+
:param _Id: 服务id
|
16987
|
+
:type Id: str
|
16988
|
+
:param _ApiName: 服务Api名称
|
16989
|
+
:type ApiName: str
|
16990
|
+
:param _ApiFolderName: 所属目录名称
|
16991
|
+
:type ApiFolderName: str
|
16992
|
+
:param _ApiTagNames: 服务Api标签名称集合
|
16993
|
+
:type ApiTagNames: str
|
16994
|
+
:param _OwnerName: 服务负责人
|
16995
|
+
:type OwnerName: str
|
16996
|
+
:param _CreateTime: 服务创建时间
|
16997
|
+
:type CreateTime: str
|
16998
|
+
:param _ApiId: Api的id
|
16999
|
+
:type ApiId: str
|
17000
|
+
:param _AuthType: 服务Api认证方式 0:免认证 1:应用认证
|
17001
|
+
:type AuthType: int
|
17002
|
+
:param _ApiStatus: 服务Api状态 0:创建 1:已上线 2:已删除 3:已下线
|
17003
|
+
:type ApiStatus: int
|
17004
|
+
:param _ConfigType: 配置方式 0:向导、1、脚本、2、注册Api
|
17005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
17006
|
+
:type ConfigType: int
|
17007
|
+
:param _ModifyTime: 更新时间
|
17008
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
17009
|
+
:type ModifyTime: str
|
17010
|
+
"""
|
17011
|
+
self._Id = None
|
17012
|
+
self._ApiName = None
|
17013
|
+
self._ApiFolderName = None
|
17014
|
+
self._ApiTagNames = None
|
17015
|
+
self._OwnerName = None
|
17016
|
+
self._CreateTime = None
|
17017
|
+
self._ApiId = None
|
17018
|
+
self._AuthType = None
|
17019
|
+
self._ApiStatus = None
|
17020
|
+
self._ConfigType = None
|
17021
|
+
self._ModifyTime = None
|
17022
|
+
|
17023
|
+
@property
|
17024
|
+
def Id(self):
|
17025
|
+
return self._Id
|
17026
|
+
|
17027
|
+
@Id.setter
|
17028
|
+
def Id(self, Id):
|
17029
|
+
self._Id = Id
|
17030
|
+
|
17031
|
+
@property
|
17032
|
+
def ApiName(self):
|
17033
|
+
return self._ApiName
|
17034
|
+
|
17035
|
+
@ApiName.setter
|
17036
|
+
def ApiName(self, ApiName):
|
17037
|
+
self._ApiName = ApiName
|
17038
|
+
|
17039
|
+
@property
|
17040
|
+
def ApiFolderName(self):
|
17041
|
+
return self._ApiFolderName
|
17042
|
+
|
17043
|
+
@ApiFolderName.setter
|
17044
|
+
def ApiFolderName(self, ApiFolderName):
|
17045
|
+
self._ApiFolderName = ApiFolderName
|
17046
|
+
|
17047
|
+
@property
|
17048
|
+
def ApiTagNames(self):
|
17049
|
+
return self._ApiTagNames
|
17050
|
+
|
17051
|
+
@ApiTagNames.setter
|
17052
|
+
def ApiTagNames(self, ApiTagNames):
|
17053
|
+
self._ApiTagNames = ApiTagNames
|
17054
|
+
|
17055
|
+
@property
|
17056
|
+
def OwnerName(self):
|
17057
|
+
return self._OwnerName
|
17058
|
+
|
17059
|
+
@OwnerName.setter
|
17060
|
+
def OwnerName(self, OwnerName):
|
17061
|
+
self._OwnerName = OwnerName
|
17062
|
+
|
17063
|
+
@property
|
17064
|
+
def CreateTime(self):
|
17065
|
+
return self._CreateTime
|
17066
|
+
|
17067
|
+
@CreateTime.setter
|
17068
|
+
def CreateTime(self, CreateTime):
|
17069
|
+
self._CreateTime = CreateTime
|
17070
|
+
|
17071
|
+
@property
|
17072
|
+
def ApiId(self):
|
17073
|
+
return self._ApiId
|
17074
|
+
|
17075
|
+
@ApiId.setter
|
17076
|
+
def ApiId(self, ApiId):
|
17077
|
+
self._ApiId = ApiId
|
17078
|
+
|
17079
|
+
@property
|
17080
|
+
def AuthType(self):
|
17081
|
+
return self._AuthType
|
17082
|
+
|
17083
|
+
@AuthType.setter
|
17084
|
+
def AuthType(self, AuthType):
|
17085
|
+
self._AuthType = AuthType
|
17086
|
+
|
17087
|
+
@property
|
17088
|
+
def ApiStatus(self):
|
17089
|
+
return self._ApiStatus
|
17090
|
+
|
17091
|
+
@ApiStatus.setter
|
17092
|
+
def ApiStatus(self, ApiStatus):
|
17093
|
+
self._ApiStatus = ApiStatus
|
17094
|
+
|
17095
|
+
@property
|
17096
|
+
def ConfigType(self):
|
17097
|
+
return self._ConfigType
|
17098
|
+
|
17099
|
+
@ConfigType.setter
|
17100
|
+
def ConfigType(self, ConfigType):
|
17101
|
+
self._ConfigType = ConfigType
|
17102
|
+
|
17103
|
+
@property
|
17104
|
+
def ModifyTime(self):
|
17105
|
+
return self._ModifyTime
|
17106
|
+
|
17107
|
+
@ModifyTime.setter
|
17108
|
+
def ModifyTime(self, ModifyTime):
|
17109
|
+
self._ModifyTime = ModifyTime
|
17110
|
+
|
17111
|
+
|
17112
|
+
def _deserialize(self, params):
|
17113
|
+
self._Id = params.get("Id")
|
17114
|
+
self._ApiName = params.get("ApiName")
|
17115
|
+
self._ApiFolderName = params.get("ApiFolderName")
|
17116
|
+
self._ApiTagNames = params.get("ApiTagNames")
|
17117
|
+
self._OwnerName = params.get("OwnerName")
|
17118
|
+
self._CreateTime = params.get("CreateTime")
|
17119
|
+
self._ApiId = params.get("ApiId")
|
17120
|
+
self._AuthType = params.get("AuthType")
|
17121
|
+
self._ApiStatus = params.get("ApiStatus")
|
17122
|
+
self._ConfigType = params.get("ConfigType")
|
17123
|
+
self._ModifyTime = params.get("ModifyTime")
|
17124
|
+
memeber_set = set(params.keys())
|
17125
|
+
for name, value in vars(self).items():
|
17126
|
+
property_name = name[1:]
|
17127
|
+
if property_name in memeber_set:
|
17128
|
+
memeber_set.remove(property_name)
|
17129
|
+
if len(memeber_set) > 0:
|
17130
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
17131
|
+
|
17132
|
+
|
17133
|
+
|
17134
|
+
class DescribeDataServicePublishedApiListResponse(AbstractModel):
|
17135
|
+
"""DescribeDataServicePublishedApiList返回参数结构体
|
17136
|
+
|
17137
|
+
"""
|
17138
|
+
|
17139
|
+
def __init__(self):
|
17140
|
+
r"""
|
17141
|
+
:param _TotalCount: 总条数
|
17142
|
+
:type TotalCount: int
|
17143
|
+
:param _DataSet: 服务列表
|
17144
|
+
:type DataSet: list of DescribeDataServicePublishedApiListResp
|
17145
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17146
|
+
:type RequestId: str
|
17147
|
+
"""
|
17148
|
+
self._TotalCount = None
|
17149
|
+
self._DataSet = None
|
17150
|
+
self._RequestId = None
|
17151
|
+
|
17152
|
+
@property
|
17153
|
+
def TotalCount(self):
|
17154
|
+
return self._TotalCount
|
17155
|
+
|
17156
|
+
@TotalCount.setter
|
17157
|
+
def TotalCount(self, TotalCount):
|
17158
|
+
self._TotalCount = TotalCount
|
17159
|
+
|
17160
|
+
@property
|
17161
|
+
def DataSet(self):
|
17162
|
+
return self._DataSet
|
17163
|
+
|
17164
|
+
@DataSet.setter
|
17165
|
+
def DataSet(self, DataSet):
|
17166
|
+
self._DataSet = DataSet
|
17167
|
+
|
17168
|
+
@property
|
17169
|
+
def RequestId(self):
|
17170
|
+
return self._RequestId
|
17171
|
+
|
17172
|
+
@RequestId.setter
|
17173
|
+
def RequestId(self, RequestId):
|
17174
|
+
self._RequestId = RequestId
|
17175
|
+
|
17176
|
+
|
17177
|
+
def _deserialize(self, params):
|
17178
|
+
self._TotalCount = params.get("TotalCount")
|
17179
|
+
if params.get("DataSet") is not None:
|
17180
|
+
self._DataSet = []
|
17181
|
+
for item in params.get("DataSet"):
|
17182
|
+
obj = DescribeDataServicePublishedApiListResp()
|
17183
|
+
obj._deserialize(item)
|
17184
|
+
self._DataSet.append(obj)
|
17185
|
+
self._RequestId = params.get("RequestId")
|
17186
|
+
|
17187
|
+
|
16197
17188
|
class DescribeDataSourceInfoListRequest(AbstractModel):
|
16198
17189
|
"""DescribeDataSourceInfoList请求参数结构体
|
16199
17190
|
|