tencentcloud-sdk-python 3.0.1254__py2.py3-none-any.whl → 3.0.1256__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/captcha/v20190722/models.py +16 -3
- tencentcloud/cdb/v20170320/models.py +14 -0
- tencentcloud/cfw/v20190904/cfw_client.py +6 -2
- tencentcloud/cfw/v20190904/models.py +83 -28
- tencentcloud/clb/v20180317/models.py +25 -1
- tencentcloud/cvm/v20170312/models.py +0 -1
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +75 -26
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +39 -39
- tencentcloud/cynosdb/v20190107/models.py +27 -0
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/ess/v20201111/ess_client.py +9 -8
- tencentcloud/ess/v20201111/models.py +26 -0
- tencentcloud/essbasic/v20210526/models.py +26 -0
- tencentcloud/gaap/v20180529/gaap_client.py +1 -1
- tencentcloud/gaap/v20180529/models.py +67 -39
- tencentcloud/hunyuan/v20230901/models.py +1 -1
- tencentcloud/lcic/v20220817/models.py +4 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/monitor/v20180724/models.py +25 -0
- tencentcloud/mqtt/v20240516/models.py +4 -2
- tencentcloud/ocr/v20181119/models.py +1 -0
- tencentcloud/pts/v20210728/models.py +13 -0
- tencentcloud/redis/v20180412/models.py +3 -1
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/ses/v20201002/models.py +0 -10
- tencentcloud/sms/v20190711/models.py +8 -10
- tencentcloud/sms/v20210111/models.py +10 -13
- tencentcloud/sms/v20210111/sms_client.py +1 -1
- tencentcloud/taf/v20200210/models.py +63 -0
- tencentcloud/tdmq/v20200217/models.py +600 -55
- tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
- tencentcloud/trocket/v20230308/models.py +185 -115
- tencentcloud/trocket/v20230308/trocket_client.py +8 -8
- tencentcloud/tsi/v20210325/models.py +135 -0
- tencentcloud/vod/v20180717/models.py +878 -7
- tencentcloud/vpc/v20170312/models.py +12 -12
- tencentcloud/waf/v20180125/models.py +134 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +592 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/top_level.txt +0 -0
@@ -290,19 +290,14 @@ class BlackAddressDetail(AbstractModel):
|
|
290
290
|
def __init__(self):
|
291
291
|
r"""
|
292
292
|
:param _Id: 黑名单地址id
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
294
293
|
:type Id: int
|
295
294
|
:param _Email: 邮箱地址
|
296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
297
295
|
:type Email: str
|
298
296
|
:param _CreateTime: 创建时间
|
299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
300
297
|
:type CreateTime: str
|
301
298
|
:param _ExpireDate: 过期时间
|
302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
303
299
|
:type ExpireDate: str
|
304
300
|
:param _Status: 黑名单状态,0:已过期,1:生效中
|
305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
306
301
|
:type Status: int
|
307
302
|
"""
|
308
303
|
self._Id = None
|
@@ -479,19 +474,14 @@ class CreateCustomBlacklistResponse(AbstractModel):
|
|
479
474
|
def __init__(self):
|
480
475
|
r"""
|
481
476
|
:param _TotalCount: 收件人总数
|
482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
483
477
|
:type TotalCount: int
|
484
478
|
:param _ValidCount: 实际上传数量
|
485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
486
479
|
:type ValidCount: int
|
487
480
|
:param _TooLongCount: 数据过长数量
|
488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
489
481
|
:type TooLongCount: int
|
490
482
|
:param _RepeatCount: 重复数量
|
491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
492
483
|
:type RepeatCount: int
|
493
484
|
:param _InvalidCount: 格式不正确数量
|
494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
495
485
|
:type InvalidCount: int
|
496
486
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
497
487
|
:type RequestId: str
|
@@ -659,10 +659,8 @@ class DeleteSignStatus(AbstractModel):
|
|
659
659
|
def __init__(self):
|
660
660
|
r"""
|
661
661
|
:param _DeleteStatus: 删除状态信息。
|
662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
663
662
|
:type DeleteStatus: str
|
664
663
|
:param _DeleteTime: 删除时间,UNIX 时间戳(单位:秒)。
|
665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
666
664
|
:type DeleteTime: int
|
667
665
|
"""
|
668
666
|
self._DeleteStatus = None
|
@@ -1671,7 +1669,7 @@ class PullSmsReplyStatus(AbstractModel):
|
|
1671
1669
|
:type ExtendCode: str
|
1672
1670
|
:param _NationCode: 国家(或地区)码。
|
1673
1671
|
:type NationCode: str
|
1674
|
-
:param _PhoneNumber:
|
1672
|
+
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
1675
1673
|
:type PhoneNumber: str
|
1676
1674
|
:param _Sign: 短信签名。
|
1677
1675
|
:type Sign: str
|
@@ -1780,7 +1778,7 @@ class PullSmsReplyStatusByPhoneNumberRequest(AbstractModel):
|
|
1780
1778
|
:type Offset: int
|
1781
1779
|
:param _Limit: 拉取最大条数,最多 100。
|
1782
1780
|
:type Limit: int
|
1783
|
-
:param _PhoneNumber: 下发目的手机号码,依据
|
1781
|
+
:param _PhoneNumber: 下发目的手机号码,依据 E.164 标准为:+[国家(或地区)码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
1784
1782
|
:type PhoneNumber: str
|
1785
1783
|
:param _SmsSdkAppid: 短信SdkAppid在 [短信控制台](https://console.cloud.tencent.com/smsv2) 添加应用后生成的实际SdkAppid,例如1400006666。
|
1786
1784
|
:type SmsSdkAppid: str
|
@@ -2002,9 +2000,9 @@ class PullSmsSendStatus(AbstractModel):
|
|
2002
2000
|
:type UserReceiveUnixTime: int
|
2003
2001
|
:param _NationCode: 国家(或地区)码。
|
2004
2002
|
:type NationCode: str
|
2005
|
-
:param _PurePhoneNumber: 手机号码,e.164标准,+[国家或地区码][手机号] ,示例如:+
|
2003
|
+
:param _PurePhoneNumber: 手机号码,e.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2006
2004
|
:type PurePhoneNumber: str
|
2007
|
-
:param _PhoneNumber: 手机号码,普通格式,示例如:
|
2005
|
+
:param _PhoneNumber: 手机号码,普通格式,示例如:18501234444。
|
2008
2006
|
:type PhoneNumber: str
|
2009
2007
|
:param _SerialNo: 本次发送标识 ID。
|
2010
2008
|
:type SerialNo: str
|
@@ -2121,7 +2119,7 @@ class PullSmsSendStatusByPhoneNumberRequest(AbstractModel):
|
|
2121
2119
|
:type Offset: int
|
2122
2120
|
:param _Limit: 拉取最大条数,最多 100。
|
2123
2121
|
:type Limit: int
|
2124
|
-
:param _PhoneNumber: 下发目的手机号码,依据
|
2122
|
+
:param _PhoneNumber: 下发目的手机号码,依据 E.164 标准为:+[国家(或地区)码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2125
2123
|
:type PhoneNumber: str
|
2126
2124
|
:param _SmsSdkAppid: 短信SdkAppid在 [短信控制台](https://console.cloud.tencent.com/smsv2) 添加应用后生成的实际SdkAppid,例如1400006666。
|
2127
2125
|
:type SmsSdkAppid: str
|
@@ -2337,8 +2335,8 @@ class SendSmsRequest(AbstractModel):
|
|
2337
2335
|
|
2338
2336
|
def __init__(self):
|
2339
2337
|
r"""
|
2340
|
-
:param _PhoneNumberSet: 下发手机号码,采用
|
2341
|
-
例如:+
|
2338
|
+
:param _PhoneNumberSet: 下发手机号码,采用 E.164 标准,格式为+[国家或地区码][手机号],单次请求最多支持200个手机号且要求全为境内手机号或全为境外手机号。
|
2339
|
+
例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2342
2340
|
:type PhoneNumberSet: list of str
|
2343
2341
|
:param _TemplateID: 模板 ID,必须填写已审核通过的模板 ID。模板ID可登录 [短信控制台](https://console.cloud.tencent.com/smsv2) 查看,若向境外手机号发送短信,仅支持使用国际/港澳台短信模板。
|
2344
2342
|
:type TemplateID: str
|
@@ -2499,7 +2497,7 @@ class SendStatus(AbstractModel):
|
|
2499
2497
|
r"""
|
2500
2498
|
:param _SerialNo: 发送流水号。
|
2501
2499
|
:type SerialNo: str
|
2502
|
-
:param _PhoneNumber:
|
2500
|
+
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2503
2501
|
:type PhoneNumber: str
|
2504
2502
|
:param _Fee: 计费条数,计费规则请查询 [计费策略](https://cloud.tencent.com/document/product/382/36135)。
|
2505
2503
|
:type Fee: int
|
@@ -647,10 +647,8 @@ class DeleteSignStatus(AbstractModel):
|
|
647
647
|
def __init__(self):
|
648
648
|
r"""
|
649
649
|
:param _DeleteStatus: 删除状态信息。
|
650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
651
650
|
:type DeleteStatus: str
|
652
651
|
:param _DeleteTime: 删除时间,UNIX 时间戳(单位:秒)。
|
653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
654
652
|
:type DeleteTime: int
|
655
653
|
"""
|
656
654
|
self._DeleteStatus = None
|
@@ -883,7 +881,7 @@ class DescribePhoneNumberInfoRequest(AbstractModel):
|
|
883
881
|
def __init__(self):
|
884
882
|
r"""
|
885
883
|
:param _PhoneNumberSet: 查询手机号码,采用 E.164 标准,格式为+[国家或地区码][手机号],单次请求最多支持200个手机号。
|
886
|
-
例如:+
|
884
|
+
例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
887
885
|
:type PhoneNumberSet: list of str
|
888
886
|
"""
|
889
887
|
self._PhoneNumberSet = None
|
@@ -1762,7 +1760,7 @@ class PhoneNumberInfo(AbstractModel):
|
|
1762
1760
|
:type Message: str
|
1763
1761
|
:param _NationCode: 国家(或地区)码。
|
1764
1762
|
:type NationCode: str
|
1765
|
-
:param _SubscriberNumber: 用户号码,去除国家或地区码前缀的普通格式,示例如:
|
1763
|
+
:param _SubscriberNumber: 用户号码,去除国家或地区码前缀的普通格式,示例如:18501234444。
|
1766
1764
|
:type SubscriberNumber: str
|
1767
1765
|
:param _PhoneNumber: 解析后的规范的 E.164 号码,与下发短信的号码解析结果一致。解析失败时会原样返回。
|
1768
1766
|
:type PhoneNumber: str
|
@@ -1865,7 +1863,7 @@ class PullSmsReplyStatus(AbstractModel):
|
|
1865
1863
|
:type ExtendCode: str
|
1866
1864
|
:param _CountryCode: 国家(或地区)码。
|
1867
1865
|
:type CountryCode: str
|
1868
|
-
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+
|
1866
|
+
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
1869
1867
|
:type PhoneNumber: str
|
1870
1868
|
:param _SignName: 短信签名名称。
|
1871
1869
|
:type SignName: str
|
@@ -1873,7 +1871,7 @@ class PullSmsReplyStatus(AbstractModel):
|
|
1873
1871
|
:type ReplyContent: str
|
1874
1872
|
:param _ReplyTime: 回复时间,UNIX 时间戳(单位:秒)。
|
1875
1873
|
:type ReplyTime: int
|
1876
|
-
:param _SubscriberNumber: 用户号码,普通格式,示例如:
|
1874
|
+
:param _SubscriberNumber: 用户号码,普通格式,示例如:18501234444。
|
1877
1875
|
:type SubscriberNumber: str
|
1878
1876
|
"""
|
1879
1877
|
self._ExtendCode = None
|
@@ -1974,7 +1972,7 @@ class PullSmsReplyStatusByPhoneNumberRequest(AbstractModel):
|
|
1974
1972
|
:type Offset: int
|
1975
1973
|
:param _Limit: 拉取最大条数,最多 100。
|
1976
1974
|
:type Limit: int
|
1977
|
-
:param _PhoneNumber: 下发目的手机号码,依据 E.164 标准为:+[国家(或地区)码][手机号] ,示例如:+
|
1975
|
+
:param _PhoneNumber: 下发目的手机号码,依据 E.164 标准为:+[国家(或地区)码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
1978
1976
|
:type PhoneNumber: str
|
1979
1977
|
:param _SmsSdkAppId: 短信 SdkAppId 在 [短信控制台](https://console.cloud.tencent.com/smsv2/app-manage) 添加应用后生成的实际 SdkAppId,示例如1400006666。
|
1980
1978
|
:type SmsSdkAppId: str
|
@@ -2194,9 +2192,9 @@ class PullSmsSendStatus(AbstractModel):
|
|
2194
2192
|
:type UserReceiveTime: int
|
2195
2193
|
:param _CountryCode: 国家(或地区)码。
|
2196
2194
|
:type CountryCode: str
|
2197
|
-
:param _SubscriberNumber: 用户号码,普通格式,示例如:
|
2195
|
+
:param _SubscriberNumber: 用户号码,普通格式,示例如:18501234444。
|
2198
2196
|
:type SubscriberNumber: str
|
2199
|
-
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+
|
2197
|
+
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2200
2198
|
:type PhoneNumber: str
|
2201
2199
|
:param _SerialNo: 本次发送标识 ID。
|
2202
2200
|
:type SerialNo: str
|
@@ -2205,7 +2203,6 @@ class PullSmsSendStatus(AbstractModel):
|
|
2205
2203
|
:param _Description: 用户接收短信状态描述。
|
2206
2204
|
:type Description: str
|
2207
2205
|
:param _SessionContext: 用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 评估。
|
2208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2209
2206
|
:type SessionContext: str
|
2210
2207
|
"""
|
2211
2208
|
self._UserReceiveTime = None
|
@@ -2316,7 +2313,7 @@ class PullSmsSendStatusByPhoneNumberRequest(AbstractModel):
|
|
2316
2313
|
:type Offset: int
|
2317
2314
|
:param _Limit: 拉取最大条数,最多 100。
|
2318
2315
|
:type Limit: int
|
2319
|
-
:param _PhoneNumber: 下发目的手机号码,依据 E.164 标准为:+[国家(或地区)码][手机号] ,示例如:+
|
2316
|
+
:param _PhoneNumber: 下发目的手机号码,依据 E.164 标准为:+[国家(或地区)码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2320
2317
|
:type PhoneNumber: str
|
2321
2318
|
:param _SmsSdkAppId: 短信 SdkAppId 在 [短信控制台](https://console.cloud.tencent.com/smsv2/app-manage) 添加应用后生成的实际 SdkAppId,示例如1400006666。
|
2322
2319
|
:type SmsSdkAppId: str
|
@@ -2674,7 +2671,7 @@ class SendSmsRequest(AbstractModel):
|
|
2674
2671
|
def __init__(self):
|
2675
2672
|
r"""
|
2676
2673
|
:param _PhoneNumberSet: 下发手机号码,采用 E.164 标准,格式为+[国家或地区码][手机号],单次请求最多支持200个手机号且要求全为境内手机号或全为境外手机号。
|
2677
|
-
例如:+
|
2674
|
+
例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2678
2675
|
注:发送国内短信格式还支持0086、86或无任何国家或地区码的11位手机号码,前缀默认为+86。
|
2679
2676
|
:type PhoneNumberSet: list of str
|
2680
2677
|
:param _SmsSdkAppId: 短信 SdkAppId,在 [短信控制台](https://console.cloud.tencent.com/smsv2/app-manage) 添加应用后生成的实际 SdkAppId,示例如1400006666。
|
@@ -2840,7 +2837,7 @@ class SendStatus(AbstractModel):
|
|
2840
2837
|
r"""
|
2841
2838
|
:param _SerialNo: 发送流水号。
|
2842
2839
|
:type SerialNo: str
|
2843
|
-
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+
|
2840
|
+
:param _PhoneNumber: 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。
|
2844
2841
|
:type PhoneNumber: str
|
2845
2842
|
:param _Fee: 计费条数,计费规则请查询 [计费策略](https://cloud.tencent.com/document/product/382/36135)。
|
2846
2843
|
:type Fee: int
|
@@ -147,7 +147,7 @@ class SmsClient(AbstractClient):
|
|
147
147
|
|
148
148
|
def DescribePhoneNumberInfo(self, request):
|
149
149
|
"""本接口 (DescribePhoneNumberInfo) 用于提供电话号码的信息查询,包括国家(或地区)码、规范的 E.164 格式号码等。
|
150
|
-
- 例如:查询号码 +
|
150
|
+
- 例如:查询号码 +86018501234444,可以得到国家码 86、规范的 E.164 号码 +8618501234444 等信息。
|
151
151
|
|
152
152
|
:param request: Request instance for DescribePhoneNumberInfo.
|
153
153
|
:type request: :class:`tencentcloud.sms.v20210111.models.DescribePhoneNumberInfoRequest`
|
@@ -68,6 +68,69 @@ class InputBusinessEncryptData(AbstractModel):
|
|
68
68
|
|
69
69
|
"""
|
70
70
|
|
71
|
+
def __init__(self):
|
72
|
+
r"""
|
73
|
+
:param _EncryptMethod: 加密方式;0:AES;1:DES
|
74
|
+
:type EncryptMethod: int
|
75
|
+
:param _EncryptData: 业务数据加密字符串
|
76
|
+
:type EncryptData: str
|
77
|
+
:param _EncryptMode: 加密模式;0:ECB,1:CBC;2:CTR;3:CFB;4:OFB
|
78
|
+
:type EncryptMode: int
|
79
|
+
:param _PaddingType: 填充模式;0:ZERO ;1:PKCS5;3:PKCS7
|
80
|
+
:type PaddingType: int
|
81
|
+
"""
|
82
|
+
self._EncryptMethod = None
|
83
|
+
self._EncryptData = None
|
84
|
+
self._EncryptMode = None
|
85
|
+
self._PaddingType = None
|
86
|
+
|
87
|
+
@property
|
88
|
+
def EncryptMethod(self):
|
89
|
+
return self._EncryptMethod
|
90
|
+
|
91
|
+
@EncryptMethod.setter
|
92
|
+
def EncryptMethod(self, EncryptMethod):
|
93
|
+
self._EncryptMethod = EncryptMethod
|
94
|
+
|
95
|
+
@property
|
96
|
+
def EncryptData(self):
|
97
|
+
return self._EncryptData
|
98
|
+
|
99
|
+
@EncryptData.setter
|
100
|
+
def EncryptData(self, EncryptData):
|
101
|
+
self._EncryptData = EncryptData
|
102
|
+
|
103
|
+
@property
|
104
|
+
def EncryptMode(self):
|
105
|
+
return self._EncryptMode
|
106
|
+
|
107
|
+
@EncryptMode.setter
|
108
|
+
def EncryptMode(self, EncryptMode):
|
109
|
+
self._EncryptMode = EncryptMode
|
110
|
+
|
111
|
+
@property
|
112
|
+
def PaddingType(self):
|
113
|
+
return self._PaddingType
|
114
|
+
|
115
|
+
@PaddingType.setter
|
116
|
+
def PaddingType(self, PaddingType):
|
117
|
+
self._PaddingType = PaddingType
|
118
|
+
|
119
|
+
|
120
|
+
def _deserialize(self, params):
|
121
|
+
self._EncryptMethod = params.get("EncryptMethod")
|
122
|
+
self._EncryptData = params.get("EncryptData")
|
123
|
+
self._EncryptMode = params.get("EncryptMode")
|
124
|
+
self._PaddingType = params.get("PaddingType")
|
125
|
+
memeber_set = set(params.keys())
|
126
|
+
for name, value in vars(self).items():
|
127
|
+
property_name = name[1:]
|
128
|
+
if property_name in memeber_set:
|
129
|
+
memeber_set.remove(property_name)
|
130
|
+
if len(memeber_set) > 0:
|
131
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
132
|
+
|
133
|
+
|
71
134
|
|
72
135
|
class InputRecognizeTargetAudience(AbstractModel):
|
73
136
|
"""流量反欺诈-验准入参
|