tencentcloud-sdk-python 3.0.1325__py2.py3-none-any.whl → 3.0.1327__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.
Files changed (27) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/asr_client.py +1 -1
  3. tencentcloud/batch/v20170312/models.py +0 -60
  4. tencentcloud/ccc/v20200210/ccc_client.py +5 -1
  5. tencentcloud/ccc/v20200210/models.py +4 -4
  6. tencentcloud/clb/v20180317/clb_client.py +115 -0
  7. tencentcloud/clb/v20180317/models.py +522 -0
  8. tencentcloud/cvm/v20170312/models.py +0 -64
  9. tencentcloud/cwp/v20180228/models.py +4 -40
  10. tencentcloud/dts/v20211206/models.py +2 -2
  11. tencentcloud/emr/v20190103/emr_client.py +23 -0
  12. tencentcloud/emr/v20190103/models.py +197 -0
  13. tencentcloud/ess/v20201111/models.py +4 -4
  14. tencentcloud/essbasic/v20210526/models.py +4 -4
  15. tencentcloud/hai/v20230812/errorcodes.py +12 -0
  16. tencentcloud/live/v20180801/models.py +15 -0
  17. tencentcloud/lkeap/v20240522/lkeap_client.py +8 -5
  18. tencentcloud/rce/v20201103/models.py +30 -130
  19. tencentcloud/tcr/v20190924/models.py +0 -14
  20. tencentcloud/trtc/v20190722/models.py +15 -62
  21. tencentcloud/waf/v20180125/errorcodes.py +6 -0
  22. tencentcloud/waf/v20180125/models.py +348 -37
  23. {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/METADATA +1 -1
  24. {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/RECORD +27 -27
  25. {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/LICENSE +0 -0
  26. {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/WHEEL +0 -0
  27. {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/top_level.txt +0 -0
@@ -204,14 +204,10 @@ class DataAuthorizationInfo(AbstractModel):
204
204
  def __init__(self):
205
205
  r"""
206
206
  :param _DataProviderName: 数据委托方、需求方:客户主体名称。
207
-
208
- 示例值:某某有限公司。
209
207
  :type DataProviderName: str
210
208
  :param _DataRecipientName: 数据受托方、提供方:腾讯云主体名称。
211
209
 
212
210
  固定填:腾讯云计算(北京)有限责任公司
213
-
214
- 示例值:腾讯云计算(北京)有限责任公司
215
211
  :type DataRecipientName: str
216
212
  :param _UserDataType: 客户请求RCE所提供的用户数据类型,支持多选。实际以接口请求传参为准。
217
213
 
@@ -224,33 +220,23 @@ class DataAuthorizationInfo(AbstractModel):
224
220
  4-IP地址;
225
221
 
226
222
  999-其它;
227
-
228
- 示例值:[1, 4]
229
223
  :type UserDataType: list of int non-negative
230
224
  :param _IsAuthorize: 客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意客户委托腾讯云处理入参信息
231
225
  1-已授权;其它值为未授权。
232
- 示例值:1
233
226
  :type IsAuthorize: int
234
227
  :param _IsOrderHandling: 客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意腾讯云结合客户提供的信息,对已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。
235
228
  1-已授权;其它值为未授权。
236
- 示例值:1
237
229
  :type IsOrderHandling: int
238
230
  :param _AuthorizationTerm: 客户获得的用户授权期限时间戳(单位秒)。
239
231
 
240
232
  不填默认无固定期限。
241
-
242
- 示例值:1719805604
243
233
  :type AuthorizationTerm: int
244
234
  :param _PrivacyPolicyLink:
245
235
  客户获得用户授权所依赖的协议地址。
246
-
247
- 示例值:https://www.*****.com/*
248
236
  :type PrivacyPolicyLink: str
249
237
  :param _IsPersonalData: 是否是用户个人敏感数据(不推荐使用)。
250
238
 
251
239
  固定填:1。
252
-
253
- 示例值:1
254
240
  :type IsPersonalData: int
255
241
  """
256
242
  self._DataProviderName = None
@@ -265,8 +251,6 @@ class DataAuthorizationInfo(AbstractModel):
265
251
  @property
266
252
  def DataProviderName(self):
267
253
  """数据委托方、需求方:客户主体名称。
268
-
269
- 示例值:某某有限公司。
270
254
  :rtype: str
271
255
  """
272
256
  return self._DataProviderName
@@ -280,8 +264,6 @@ class DataAuthorizationInfo(AbstractModel):
280
264
  """数据受托方、提供方:腾讯云主体名称。
281
265
 
282
266
  固定填:腾讯云计算(北京)有限责任公司
283
-
284
- 示例值:腾讯云计算(北京)有限责任公司
285
267
  :rtype: str
286
268
  """
287
269
  return self._DataRecipientName
@@ -303,8 +285,6 @@ class DataAuthorizationInfo(AbstractModel):
303
285
  4-IP地址;
304
286
 
305
287
  999-其它;
306
-
307
- 示例值:[1, 4]
308
288
  :rtype: list of int non-negative
309
289
  """
310
290
  return self._UserDataType
@@ -317,7 +297,6 @@ class DataAuthorizationInfo(AbstractModel):
317
297
  def IsAuthorize(self):
318
298
  """客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意客户委托腾讯云处理入参信息
319
299
  1-已授权;其它值为未授权。
320
- 示例值:1
321
300
  :rtype: int
322
301
  """
323
302
  return self._IsAuthorize
@@ -330,7 +309,6 @@ class DataAuthorizationInfo(AbstractModel):
330
309
  def IsOrderHandling(self):
331
310
  """客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意腾讯云结合客户提供的信息,对已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。
332
311
  1-已授权;其它值为未授权。
333
- 示例值:1
334
312
  :rtype: int
335
313
  """
336
314
  return self._IsOrderHandling
@@ -344,8 +322,6 @@ class DataAuthorizationInfo(AbstractModel):
344
322
  """客户获得的用户授权期限时间戳(单位秒)。
345
323
 
346
324
  不填默认无固定期限。
347
-
348
- 示例值:1719805604
349
325
  :rtype: int
350
326
  """
351
327
  return self._AuthorizationTerm
@@ -358,8 +334,6 @@ class DataAuthorizationInfo(AbstractModel):
358
334
  def PrivacyPolicyLink(self):
359
335
  """
360
336
  客户获得用户授权所依赖的协议地址。
361
-
362
- 示例值:https://www.*****.com/*
363
337
  :rtype: str
364
338
  """
365
339
  return self._PrivacyPolicyLink
@@ -373,8 +347,6 @@ class DataAuthorizationInfo(AbstractModel):
373
347
  """是否是用户个人敏感数据(不推荐使用)。
374
348
 
375
349
  固定填:1。
376
-
377
- 示例值:1
378
350
  :rtype: int
379
351
  """
380
352
  return self._IsPersonalData
@@ -414,9 +386,9 @@ class DataContentInfo(AbstractModel):
414
386
  :type DataContent: str
415
387
  :param _DataRemark: 名单数据描述
416
388
  :type DataRemark: str
417
- :param _StartTime: 名单数据开始时间,时间格式示例"2024-05-05 12:10:15"
389
+ :param _StartTime: 名单数据开始时间
418
390
  :type StartTime: str
419
- :param _EndTime: 名单数据结束时间,时间格式示例"2024-05-05 12:10:15"
391
+ :param _EndTime: 名单数据结束时间
420
392
  :type EndTime: str
421
393
  """
422
394
  self._DataContent = None
@@ -448,7 +420,7 @@ class DataContentInfo(AbstractModel):
448
420
 
449
421
  @property
450
422
  def StartTime(self):
451
- """名单数据开始时间,时间格式示例"2024-05-05 12:10:15"
423
+ """名单数据开始时间
452
424
  :rtype: str
453
425
  """
454
426
  return self._StartTime
@@ -459,7 +431,7 @@ class DataContentInfo(AbstractModel):
459
431
 
460
432
  @property
461
433
  def EndTime(self):
462
- """名单数据结束时间,时间格式示例"2024-05-05 12:10:15"
434
+ """名单数据结束时间
463
435
  :rtype: str
464
436
  """
465
437
  return self._EndTime
@@ -2154,9 +2126,9 @@ class InputModifyNameListDataFront(AbstractModel):
2154
2126
  :type NameListDataId: int
2155
2127
  :param _DataContent: 名单数据内容
2156
2128
  :type DataContent: str
2157
- :param _StartTime: 名单数据开始时间,时间格式示例"2024-05-05 12:10:15"
2129
+ :param _StartTime: 名单数据开始时间
2158
2130
  :type StartTime: str
2159
- :param _EndTime: 名单数据结束时间,时间格式示例"2024-05-05 12:10:15"
2131
+ :param _EndTime: 名单数据结束时间
2160
2132
  :type EndTime: str
2161
2133
  :param _Status: 记录状态 [1 启用 2 停用]
2162
2134
  :type Status: int
@@ -2194,7 +2166,7 @@ class InputModifyNameListDataFront(AbstractModel):
2194
2166
 
2195
2167
  @property
2196
2168
  def StartTime(self):
2197
- """名单数据开始时间,时间格式示例"2024-05-05 12:10:15"
2169
+ """名单数据开始时间
2198
2170
  :rtype: str
2199
2171
  """
2200
2172
  return self._StartTime
@@ -2205,7 +2177,7 @@ class InputModifyNameListDataFront(AbstractModel):
2205
2177
 
2206
2178
  @property
2207
2179
  def EndTime(self):
2208
- """名单数据结束时间,时间格式示例"2024-05-05 12:10:15"
2180
+ """名单数据结束时间
2209
2181
  :rtype: str
2210
2182
  """
2211
2183
  return self._EndTime
@@ -2578,7 +2550,9 @@ class OnlineScamInfo(AbstractModel):
2578
2550
  0:对话。
2579
2551
  1:广播。
2580
2552
  :type ContentType: int
2581
- :param _FraudType: 类型
2553
+ :param _FraudType: 账号类型
2554
+ 1:手机号
2555
+ 2:uin账号
2582
2556
  :type FraudType: int
2583
2557
  :param _FraudAccount: 账号
2584
2558
  :type FraudAccount: str
@@ -2628,7 +2602,9 @@ class OnlineScamInfo(AbstractModel):
2628
2602
 
2629
2603
  @property
2630
2604
  def FraudType(self):
2631
- """类型
2605
+ """账号类型
2606
+ 1:手机号
2607
+ 2:uin账号
2632
2608
  :rtype: int
2633
2609
  """
2634
2610
  return self._FraudType
@@ -2753,7 +2729,6 @@ class OuntputDescribeDataListInfo(AbstractModel):
2753
2729
  def __init__(self):
2754
2730
  r"""
2755
2731
  :param _Count: 数量
2756
- 注意:此字段可能返回 null,表示取不到有效值。
2757
2732
  :type Count: int
2758
2733
  :param _List: 列表
2759
2734
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2765,7 +2740,6 @@ class OuntputDescribeDataListInfo(AbstractModel):
2765
2740
  @property
2766
2741
  def Count(self):
2767
2742
  """数量
2768
- 注意:此字段可能返回 null,表示取不到有效值。
2769
2743
  :rtype: int
2770
2744
  """
2771
2745
  return self._Count
@@ -2881,10 +2855,8 @@ class OutputDeleteNameListData(AbstractModel):
2881
2855
  def __init__(self):
2882
2856
  r"""
2883
2857
  :param _Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
2884
- 注意:此字段可能返回 null,表示取不到有效值。
2885
2858
  :type Code: int
2886
2859
  :param _Message: 错误信息
2887
- 注意:此字段可能返回 null,表示取不到有效值。
2888
2860
  :type Message: str
2889
2861
  :param _Value: 空数组
2890
2862
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2897,7 +2869,6 @@ class OutputDeleteNameListData(AbstractModel):
2897
2869
  @property
2898
2870
  def Code(self):
2899
2871
  """错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
2900
- 注意:此字段可能返回 null,表示取不到有效值。
2901
2872
  :rtype: int
2902
2873
  """
2903
2874
  return self._Code
@@ -2909,7 +2880,6 @@ class OutputDeleteNameListData(AbstractModel):
2909
2880
  @property
2910
2881
  def Message(self):
2911
2882
  """错误信息
2912
- 注意:此字段可能返回 null,表示取不到有效值。
2913
2883
  :rtype: str
2914
2884
  """
2915
2885
  return self._Message
@@ -3028,23 +2998,19 @@ class OutputDescribeDataListFront(AbstractModel):
3028
2998
  :type DataContent: str
3029
2999
  :param _DataSource: 数据来源,固定传2(手工录入)
3030
3000
  :type DataSource: int
3031
- :param _StartTime: 名单数据开始时间,时间格式示例"2024-05-05 12:10:15"
3032
- 注意:此字段可能返回 null,表示取不到有效值。
3001
+ :param _StartTime: 名单数据开始时间
3033
3002
  :type StartTime: str
3034
- :param _EndTime: 名单数据结束时间,时间格式示例"2024-05-05 12:10:15"
3035
- 注意:此字段可能返回 null,表示取不到有效值。
3003
+ :param _EndTime: 名单数据结束时间
3036
3004
  :type EndTime: str
3037
3005
  :param _Status: 名单数据状态 [1 启用 2 停用]
3038
3006
  :type Status: int
3039
3007
  :param _Remark: 名单数据描述
3040
- 注意:此字段可能返回 null,表示取不到有效值。
3041
3008
  :type Remark: str
3042
- :param _CreateTime: 名单数据创建时间,时间格式示例"2024-05-05 12:10:15"
3009
+ :param _CreateTime: 名单数据创建时间
3043
3010
  :type CreateTime: str
3044
- :param _UpdateTime: 名单数据更新时间,时间格式示例"2024-05-05 12:10:15"
3011
+ :param _UpdateTime: 名单数据更新时间
3045
3012
  :type UpdateTime: str
3046
3013
  :param _EncryptDataContent: 加密名单数据内容
3047
- 注意:此字段可能返回 null,表示取不到有效值。
3048
3014
  :type EncryptDataContent: str
3049
3015
  """
3050
3016
  self._NameListDataId = None
@@ -3105,8 +3071,7 @@ class OutputDescribeDataListFront(AbstractModel):
3105
3071
 
3106
3072
  @property
3107
3073
  def StartTime(self):
3108
- """名单数据开始时间,时间格式示例"2024-05-05 12:10:15"
3109
- 注意:此字段可能返回 null,表示取不到有效值。
3074
+ """名单数据开始时间
3110
3075
  :rtype: str
3111
3076
  """
3112
3077
  return self._StartTime
@@ -3117,8 +3082,7 @@ class OutputDescribeDataListFront(AbstractModel):
3117
3082
 
3118
3083
  @property
3119
3084
  def EndTime(self):
3120
- """名单数据结束时间,时间格式示例"2024-05-05 12:10:15"
3121
- 注意:此字段可能返回 null,表示取不到有效值。
3085
+ """名单数据结束时间
3122
3086
  :rtype: str
3123
3087
  """
3124
3088
  return self._EndTime
@@ -3141,7 +3105,6 @@ class OutputDescribeDataListFront(AbstractModel):
3141
3105
  @property
3142
3106
  def Remark(self):
3143
3107
  """名单数据描述
3144
- 注意:此字段可能返回 null,表示取不到有效值。
3145
3108
  :rtype: str
3146
3109
  """
3147
3110
  return self._Remark
@@ -3152,7 +3115,7 @@ class OutputDescribeDataListFront(AbstractModel):
3152
3115
 
3153
3116
  @property
3154
3117
  def CreateTime(self):
3155
- """名单数据创建时间,时间格式示例"2024-05-05 12:10:15"
3118
+ """名单数据创建时间
3156
3119
  :rtype: str
3157
3120
  """
3158
3121
  return self._CreateTime
@@ -3163,7 +3126,7 @@ class OutputDescribeDataListFront(AbstractModel):
3163
3126
 
3164
3127
  @property
3165
3128
  def UpdateTime(self):
3166
- """名单数据更新时间,时间格式示例"2024-05-05 12:10:15"
3129
+ """名单数据更新时间
3167
3130
  :rtype: str
3168
3131
  """
3169
3132
  return self._UpdateTime
@@ -3175,7 +3138,6 @@ class OutputDescribeDataListFront(AbstractModel):
3175
3138
  @property
3176
3139
  def EncryptDataContent(self):
3177
3140
  """加密名单数据内容
3178
- 注意:此字段可能返回 null,表示取不到有效值。
3179
3141
  :rtype: str
3180
3142
  """
3181
3143
  return self._EncryptDataContent
@@ -3215,13 +3177,10 @@ class OutputDescribeDataListFrontData(AbstractModel):
3215
3177
  def __init__(self):
3216
3178
  r"""
3217
3179
  :param _Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
3218
- 注意:此字段可能返回 null,表示取不到有效值。
3219
3180
  :type Code: int
3220
3181
  :param _Message: 错误信息
3221
- 注意:此字段可能返回 null,表示取不到有效值。
3222
3182
  :type Message: str
3223
3183
  :param _Value: 黑白名单数据信息
3224
- 注意:此字段可能返回 null,表示取不到有效值。
3225
3184
  :type Value: :class:`tencentcloud.rce.v20201103.models.OuntputDescribeDataListInfo`
3226
3185
  """
3227
3186
  self._Code = None
@@ -3231,7 +3190,6 @@ class OutputDescribeDataListFrontData(AbstractModel):
3231
3190
  @property
3232
3191
  def Code(self):
3233
3192
  """错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
3234
- 注意:此字段可能返回 null,表示取不到有效值。
3235
3193
  :rtype: int
3236
3194
  """
3237
3195
  return self._Code
@@ -3243,7 +3201,6 @@ class OutputDescribeDataListFrontData(AbstractModel):
3243
3201
  @property
3244
3202
  def Message(self):
3245
3203
  """错误信息
3246
- 注意:此字段可能返回 null,表示取不到有效值。
3247
3204
  :rtype: str
3248
3205
  """
3249
3206
  return self._Message
@@ -3255,7 +3212,6 @@ class OutputDescribeDataListFrontData(AbstractModel):
3255
3212
  @property
3256
3213
  def Value(self):
3257
3214
  """黑白名单数据信息
3258
- 注意:此字段可能返回 null,表示取不到有效值。
3259
3215
  :rtype: :class:`tencentcloud.rce.v20201103.models.OuntputDescribeDataListInfo`
3260
3216
  """
3261
3217
  return self._Value
@@ -3289,34 +3245,24 @@ class OutputDescribeNameListDetail(AbstractModel):
3289
3245
  def __init__(self):
3290
3246
  r"""
3291
3247
  :param _NameListId: 名单ID
3292
- 注意:此字段可能返回 null,表示取不到有效值。
3293
3248
  :type NameListId: int
3294
3249
  :param _ListName: 名单名称
3295
- 注意:此字段可能返回 null,表示取不到有效值。
3296
3250
  :type ListName: str
3297
3251
  :param _ListType: 名单类型 [1 黑名单 2 白名单]
3298
- 注意:此字段可能返回 null,表示取不到有效值。
3299
3252
  :type ListType: int
3300
3253
  :param _DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
3301
- 注意:此字段可能返回 null,表示取不到有效值。
3302
3254
  :type DataType: int
3303
3255
  :param _SceneCode: 场景Code
3304
- 注意:此字段可能返回 null,表示取不到有效值。
3305
3256
  :type SceneCode: str
3306
3257
  :param _Status: 名单列表状态 [1 启用 2 停用]
3307
- 注意:此字段可能返回 null,表示取不到有效值。
3308
3258
  :type Status: int
3309
3259
  :param _Remark: 描述
3310
- 注意:此字段可能返回 null,表示取不到有效值。
3311
3260
  :type Remark: str
3312
- :param _CreateTime: 创建时间,时间格式示例"2024-05-05 12:10:15"
3313
- 注意:此字段可能返回 null,表示取不到有效值。
3261
+ :param _CreateTime: 创建时间
3314
3262
  :type CreateTime: str
3315
- :param _UpdateTime: 更新时间,时间格式示例"2024-05-05 12:10:15"
3316
- 注意:此字段可能返回 null,表示取不到有效值。
3263
+ :param _UpdateTime: 更新时间
3317
3264
  :type UpdateTime: str
3318
3265
  :param _EncryptionType: 加密类型 [0 无需加密,1 MD5加密,2 SHA256加密]
3319
- 注意:此字段可能返回 null,表示取不到有效值。
3320
3266
  :type EncryptionType: int
3321
3267
  """
3322
3268
  self._NameListId = None
@@ -3333,7 +3279,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3333
3279
  @property
3334
3280
  def NameListId(self):
3335
3281
  """名单ID
3336
- 注意:此字段可能返回 null,表示取不到有效值。
3337
3282
  :rtype: int
3338
3283
  """
3339
3284
  return self._NameListId
@@ -3345,7 +3290,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3345
3290
  @property
3346
3291
  def ListName(self):
3347
3292
  """名单名称
3348
- 注意:此字段可能返回 null,表示取不到有效值。
3349
3293
  :rtype: str
3350
3294
  """
3351
3295
  return self._ListName
@@ -3357,7 +3301,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3357
3301
  @property
3358
3302
  def ListType(self):
3359
3303
  """名单类型 [1 黑名单 2 白名单]
3360
- 注意:此字段可能返回 null,表示取不到有效值。
3361
3304
  :rtype: int
3362
3305
  """
3363
3306
  return self._ListType
@@ -3369,7 +3312,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3369
3312
  @property
3370
3313
  def DataType(self):
3371
3314
  """数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
3372
- 注意:此字段可能返回 null,表示取不到有效值。
3373
3315
  :rtype: int
3374
3316
  """
3375
3317
  return self._DataType
@@ -3381,7 +3323,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3381
3323
  @property
3382
3324
  def SceneCode(self):
3383
3325
  """场景Code
3384
- 注意:此字段可能返回 null,表示取不到有效值。
3385
3326
  :rtype: str
3386
3327
  """
3387
3328
  return self._SceneCode
@@ -3393,7 +3334,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3393
3334
  @property
3394
3335
  def Status(self):
3395
3336
  """名单列表状态 [1 启用 2 停用]
3396
- 注意:此字段可能返回 null,表示取不到有效值。
3397
3337
  :rtype: int
3398
3338
  """
3399
3339
  return self._Status
@@ -3405,7 +3345,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3405
3345
  @property
3406
3346
  def Remark(self):
3407
3347
  """描述
3408
- 注意:此字段可能返回 null,表示取不到有效值。
3409
3348
  :rtype: str
3410
3349
  """
3411
3350
  return self._Remark
@@ -3416,8 +3355,7 @@ class OutputDescribeNameListDetail(AbstractModel):
3416
3355
 
3417
3356
  @property
3418
3357
  def CreateTime(self):
3419
- """创建时间,时间格式示例"2024-05-05 12:10:15"
3420
- 注意:此字段可能返回 null,表示取不到有效值。
3358
+ """创建时间
3421
3359
  :rtype: str
3422
3360
  """
3423
3361
  return self._CreateTime
@@ -3428,8 +3366,7 @@ class OutputDescribeNameListDetail(AbstractModel):
3428
3366
 
3429
3367
  @property
3430
3368
  def UpdateTime(self):
3431
- """更新时间,时间格式示例"2024-05-05 12:10:15"
3432
- 注意:此字段可能返回 null,表示取不到有效值。
3369
+ """更新时间
3433
3370
  :rtype: str
3434
3371
  """
3435
3372
  return self._UpdateTime
@@ -3441,7 +3378,6 @@ class OutputDescribeNameListDetail(AbstractModel):
3441
3378
  @property
3442
3379
  def EncryptionType(self):
3443
3380
  """加密类型 [0 无需加密,1 MD5加密,2 SHA256加密]
3444
- 注意:此字段可能返回 null,表示取不到有效值。
3445
3381
  :rtype: int
3446
3382
  """
3447
3383
  return self._EncryptionType
@@ -3480,10 +3416,8 @@ class OutputDescribeNameListDetailFront(AbstractModel):
3480
3416
  def __init__(self):
3481
3417
  r"""
3482
3418
  :param _Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
3483
- 注意:此字段可能返回 null,表示取不到有效值。
3484
3419
  :type Code: int
3485
3420
  :param _Message: 错误信息
3486
- 注意:此字段可能返回 null,表示取不到有效值。
3487
3421
  :type Message: str
3488
3422
  :param _Value: 列表详情信息
3489
3423
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3496,7 +3430,6 @@ class OutputDescribeNameListDetailFront(AbstractModel):
3496
3430
  @property
3497
3431
  def Code(self):
3498
3432
  """错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
3499
- 注意:此字段可能返回 null,表示取不到有效值。
3500
3433
  :rtype: int
3501
3434
  """
3502
3435
  return self._Code
@@ -3508,7 +3441,6 @@ class OutputDescribeNameListDetailFront(AbstractModel):
3508
3441
  @property
3509
3442
  def Message(self):
3510
3443
  """错误信息
3511
- 注意:此字段可能返回 null,表示取不到有效值。
3512
3444
  :rtype: str
3513
3445
  """
3514
3446
  return self._Message
@@ -3556,29 +3488,24 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3556
3488
  :param _NameListId: 名单ID
3557
3489
  :type NameListId: int
3558
3490
  :param _ListName: 名单名称
3559
- 注意:此字段可能返回 null,表示取不到有效值。
3560
3491
  :type ListName: str
3561
3492
  :param _ListType: 名单类型 [1 黑名单 2 白名单]
3562
- 注意:此字段可能返回 null,表示取不到有效值。
3563
3493
  :type ListType: int
3564
3494
  :param _DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
3565
3495
  :type DataType: int
3566
3496
  :param _Status: 记录状态 [1 启用 2 停用]
3567
3497
  :type Status: int
3568
3498
  :param _Remark: 描述
3569
- 注意:此字段可能返回 null,表示取不到有效值。
3570
3499
  :type Remark: str
3571
- :param _CreateTime: 创建时间,时间格式示例"2024-05-05 12:10:15"
3500
+ :param _CreateTime: 创建时间
3572
3501
  :type CreateTime: str
3573
- :param _UpdateTime: 更新时间,时间格式示例"2024-05-05 12:10:15"
3502
+ :param _UpdateTime: 更新时间
3574
3503
  :type UpdateTime: str
3575
3504
  :param _EffectCount: 有效数据/数据总数
3576
3505
  :type EffectCount: str
3577
3506
  :param _EncryptionType: 加密类型[0 无需加密 1 MD5加密 2 SHA256加密]
3578
- 注意:此字段可能返回 null,表示取不到有效值。
3579
3507
  :type EncryptionType: int
3580
3508
  :param _SceneCode: 场景Code,all_scene代表全部场景
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3509
  :type SceneCode: str
3583
3510
  """
3584
3511
  self._NameListId = None
@@ -3607,7 +3534,6 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3607
3534
  @property
3608
3535
  def ListName(self):
3609
3536
  """名单名称
3610
- 注意:此字段可能返回 null,表示取不到有效值。
3611
3537
  :rtype: str
3612
3538
  """
3613
3539
  return self._ListName
@@ -3619,7 +3545,6 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3619
3545
  @property
3620
3546
  def ListType(self):
3621
3547
  """名单类型 [1 黑名单 2 白名单]
3622
- 注意:此字段可能返回 null,表示取不到有效值。
3623
3548
  :rtype: int
3624
3549
  """
3625
3550
  return self._ListType
@@ -3653,7 +3578,6 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3653
3578
  @property
3654
3579
  def Remark(self):
3655
3580
  """描述
3656
- 注意:此字段可能返回 null,表示取不到有效值。
3657
3581
  :rtype: str
3658
3582
  """
3659
3583
  return self._Remark
@@ -3664,7 +3588,7 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3664
3588
 
3665
3589
  @property
3666
3590
  def CreateTime(self):
3667
- """创建时间,时间格式示例"2024-05-05 12:10:15"
3591
+ """创建时间
3668
3592
  :rtype: str
3669
3593
  """
3670
3594
  return self._CreateTime
@@ -3675,7 +3599,7 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3675
3599
 
3676
3600
  @property
3677
3601
  def UpdateTime(self):
3678
- """更新时间,时间格式示例"2024-05-05 12:10:15"
3602
+ """更新时间
3679
3603
  :rtype: str
3680
3604
  """
3681
3605
  return self._UpdateTime
@@ -3698,7 +3622,6 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3698
3622
  @property
3699
3623
  def EncryptionType(self):
3700
3624
  """加密类型[0 无需加密 1 MD5加密 2 SHA256加密]
3701
- 注意:此字段可能返回 null,表示取不到有效值。
3702
3625
  :rtype: int
3703
3626
  """
3704
3627
  return self._EncryptionType
@@ -3710,7 +3633,6 @@ class OutputDescribeNameListFrontFix(AbstractModel):
3710
3633
  @property
3711
3634
  def SceneCode(self):
3712
3635
  """场景Code,all_scene代表全部场景
3713
- 注意:此字段可能返回 null,表示取不到有效值。
3714
3636
  :rtype: str
3715
3637
  """
3716
3638
  return self._SceneCode
@@ -3751,13 +3673,10 @@ class OutputDescribeNameListFrontFixListData(AbstractModel):
3751
3673
  r"""
3752
3674
  :param _Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
3753
3675
 
3754
- 注意:此字段可能返回 null,表示取不到有效值。
3755
3676
  :type Code: int
3756
3677
  :param _Message: 错误信息
3757
- 注意:此字段可能返回 null,表示取不到有效值。
3758
3678
  :type Message: str
3759
3679
  :param _Value: 黑白名单列表信息
3760
- 注意:此字段可能返回 null,表示取不到有效值。
3761
3680
  :type Value: :class:`tencentcloud.rce.v20201103.models.OutputDescribeNameListInfo`
3762
3681
  """
3763
3682
  self._Code = None
@@ -3768,7 +3687,6 @@ class OutputDescribeNameListFrontFixListData(AbstractModel):
3768
3687
  def Code(self):
3769
3688
  """错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
3770
3689
 
3771
- 注意:此字段可能返回 null,表示取不到有效值。
3772
3690
  :rtype: int
3773
3691
  """
3774
3692
  return self._Code
@@ -3780,7 +3698,6 @@ class OutputDescribeNameListFrontFixListData(AbstractModel):
3780
3698
  @property
3781
3699
  def Message(self):
3782
3700
  """错误信息
3783
- 注意:此字段可能返回 null,表示取不到有效值。
3784
3701
  :rtype: str
3785
3702
  """
3786
3703
  return self._Message
@@ -3792,7 +3709,6 @@ class OutputDescribeNameListFrontFixListData(AbstractModel):
3792
3709
  @property
3793
3710
  def Value(self):
3794
3711
  """黑白名单列表信息
3795
- 注意:此字段可能返回 null,表示取不到有效值。
3796
3712
  :rtype: :class:`tencentcloud.rce.v20201103.models.OutputDescribeNameListInfo`
3797
3713
  """
3798
3714
  return self._Value
@@ -3826,7 +3742,6 @@ class OutputDescribeNameListInfo(AbstractModel):
3826
3742
  def __init__(self):
3827
3743
  r"""
3828
3744
  :param _Count: 总数
3829
- 注意:此字段可能返回 null,表示取不到有效值。
3830
3745
  :type Count: int
3831
3746
  :param _List: 列表
3832
3747
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3838,7 +3753,6 @@ class OutputDescribeNameListInfo(AbstractModel):
3838
3753
  @property
3839
3754
  def Count(self):
3840
3755
  """总数
3841
- 注意:此字段可能返回 null,表示取不到有效值。
3842
3756
  :rtype: int
3843
3757
  """
3844
3758
  return self._Count
@@ -3886,25 +3800,18 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3886
3800
  def __init__(self):
3887
3801
  r"""
3888
3802
  :param _PayMode: 当前付费模式,0 后付费 1 预付费
3889
- 注意:此字段可能返回 null,表示取不到有效值。
3890
3803
  :type PayMode: int
3891
3804
  :param _AfterPayModeThisMonthUsedCnt: 后付费本月使用量
3892
- 注意:此字段可能返回 null,表示取不到有效值。
3893
3805
  :type AfterPayModeThisMonthUsedCnt: int
3894
3806
  :param _CreateTime: 创建时间
3895
- 注意:此字段可能返回 null,表示取不到有效值。
3896
3807
  :type CreateTime: str
3897
3808
  :param _ExpireTime: 超出时间
3898
- 注意:此字段可能返回 null,表示取不到有效值。
3899
3809
  :type ExpireTime: str
3900
3810
  :param _AfterPayModeLastMonthUsedCnt: 后付费上月使用量
3901
- 注意:此字段可能返回 null,表示取不到有效值。
3902
3811
  :type AfterPayModeLastMonthUsedCnt: int
3903
3812
  :param _BeforePayModeTotalUsedCnt: 预付费总量
3904
- 注意:此字段可能返回 null,表示取不到有效值。
3905
3813
  :type BeforePayModeTotalUsedCnt: int
3906
3814
  :param _BeforePayModeRemainUsedCnt: 预付费剩余用量
3907
- 注意:此字段可能返回 null,表示取不到有效值。
3908
3815
  :type BeforePayModeRemainUsedCnt: int
3909
3816
  """
3910
3817
  self._PayMode = None
@@ -3918,7 +3825,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3918
3825
  @property
3919
3826
  def PayMode(self):
3920
3827
  """当前付费模式,0 后付费 1 预付费
3921
- 注意:此字段可能返回 null,表示取不到有效值。
3922
3828
  :rtype: int
3923
3829
  """
3924
3830
  return self._PayMode
@@ -3930,7 +3836,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3930
3836
  @property
3931
3837
  def AfterPayModeThisMonthUsedCnt(self):
3932
3838
  """后付费本月使用量
3933
- 注意:此字段可能返回 null,表示取不到有效值。
3934
3839
  :rtype: int
3935
3840
  """
3936
3841
  return self._AfterPayModeThisMonthUsedCnt
@@ -3942,7 +3847,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3942
3847
  @property
3943
3848
  def CreateTime(self):
3944
3849
  """创建时间
3945
- 注意:此字段可能返回 null,表示取不到有效值。
3946
3850
  :rtype: str
3947
3851
  """
3948
3852
  return self._CreateTime
@@ -3954,7 +3858,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3954
3858
  @property
3955
3859
  def ExpireTime(self):
3956
3860
  """超出时间
3957
- 注意:此字段可能返回 null,表示取不到有效值。
3958
3861
  :rtype: str
3959
3862
  """
3960
3863
  return self._ExpireTime
@@ -3966,7 +3869,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3966
3869
  @property
3967
3870
  def AfterPayModeLastMonthUsedCnt(self):
3968
3871
  """后付费上月使用量
3969
- 注意:此字段可能返回 null,表示取不到有效值。
3970
3872
  :rtype: int
3971
3873
  """
3972
3874
  return self._AfterPayModeLastMonthUsedCnt
@@ -3978,7 +3880,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3978
3880
  @property
3979
3881
  def BeforePayModeTotalUsedCnt(self):
3980
3882
  """预付费总量
3981
- 注意:此字段可能返回 null,表示取不到有效值。
3982
3883
  :rtype: int
3983
3884
  """
3984
3885
  return self._BeforePayModeTotalUsedCnt
@@ -3990,7 +3891,6 @@ class OutputDescribeUserUsageCnt(AbstractModel):
3990
3891
  @property
3991
3892
  def BeforePayModeRemainUsedCnt(self):
3992
3893
  """预付费剩余用量
3993
- 注意:此字段可能返回 null,表示取不到有效值。
3994
3894
  :rtype: int
3995
3895
  """
3996
3896
  return self._BeforePayModeRemainUsedCnt