tencentcloud-sdk-python-dlc 3.0.1206__tar.gz → 3.0.1225__tar.gz
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-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/setup.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud/dlc/v20210125/models.py +194 -1
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dlc-3.0.1225/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dlc-3.0.1206/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/README.rst +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud/dlc/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud/dlc/v20210125/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1206 → tencentcloud-sdk-python-dlc-3.0.1225}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dlc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1225"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dlc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1034,11 +1034,22 @@ class AssignMangedTablePropertiesResponse(AbstractModel):
|
|
|
1034
1034
|
|
|
1035
1035
|
def __init__(self):
|
|
1036
1036
|
r"""
|
|
1037
|
+
:param _Properties: 分配的原生表表属性
|
|
1038
|
+
:type Properties: list of Property
|
|
1037
1039
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1038
1040
|
:type RequestId: str
|
|
1039
1041
|
"""
|
|
1042
|
+
self._Properties = None
|
|
1040
1043
|
self._RequestId = None
|
|
1041
1044
|
|
|
1045
|
+
@property
|
|
1046
|
+
def Properties(self):
|
|
1047
|
+
return self._Properties
|
|
1048
|
+
|
|
1049
|
+
@Properties.setter
|
|
1050
|
+
def Properties(self, Properties):
|
|
1051
|
+
self._Properties = Properties
|
|
1052
|
+
|
|
1042
1053
|
@property
|
|
1043
1054
|
def RequestId(self):
|
|
1044
1055
|
return self._RequestId
|
|
@@ -1049,6 +1060,12 @@ class AssignMangedTablePropertiesResponse(AbstractModel):
|
|
|
1049
1060
|
|
|
1050
1061
|
|
|
1051
1062
|
def _deserialize(self, params):
|
|
1063
|
+
if params.get("Properties") is not None:
|
|
1064
|
+
self._Properties = []
|
|
1065
|
+
for item in params.get("Properties"):
|
|
1066
|
+
obj = Property()
|
|
1067
|
+
obj._deserialize(item)
|
|
1068
|
+
self._Properties.append(obj)
|
|
1052
1069
|
self._RequestId = params.get("RequestId")
|
|
1053
1070
|
|
|
1054
1071
|
|
|
@@ -16076,7 +16093,7 @@ class DescribeUserInfoRequest(AbstractModel):
|
|
|
16076
16093
|
r"""
|
|
16077
16094
|
:param _UserId: 用户Id
|
|
16078
16095
|
:type UserId: str
|
|
16079
|
-
:param _Type:
|
|
16096
|
+
:param _Type: 必传字段,查询的信息类型,Group:工作组 DataAuth:数据权限 EngineAuth:引擎权限 RowFilter:行级别权限
|
|
16080
16097
|
:type Type: str
|
|
16081
16098
|
:param _Filters: 查询的过滤条件。
|
|
16082
16099
|
|
|
@@ -18789,11 +18806,27 @@ class LakeFsInfo(AbstractModel):
|
|
|
18789
18806
|
:type SpaceUsedSize: float
|
|
18790
18807
|
:param _CreateTimeStamp: 创建时候的时间戳
|
|
18791
18808
|
:type CreateTimeStamp: int
|
|
18809
|
+
:param _DefaultBucket: 是否是用户默认桶,0:默认桶,1:非默认桶
|
|
18810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18811
|
+
:type DefaultBucket: int
|
|
18812
|
+
:param _ShortName: 托管存储short name
|
|
18813
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18814
|
+
:type ShortName: str
|
|
18815
|
+
:param _Description: 桶描述信息
|
|
18816
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18817
|
+
:type Description: str
|
|
18818
|
+
:param _Status: 托管桶状态,当前取值为:creating、bind、readOnly、isolate
|
|
18819
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18820
|
+
:type Status: str
|
|
18792
18821
|
"""
|
|
18793
18822
|
self._Name = None
|
|
18794
18823
|
self._Type = None
|
|
18795
18824
|
self._SpaceUsedSize = None
|
|
18796
18825
|
self._CreateTimeStamp = None
|
|
18826
|
+
self._DefaultBucket = None
|
|
18827
|
+
self._ShortName = None
|
|
18828
|
+
self._Description = None
|
|
18829
|
+
self._Status = None
|
|
18797
18830
|
|
|
18798
18831
|
@property
|
|
18799
18832
|
def Name(self):
|
|
@@ -18827,12 +18860,48 @@ class LakeFsInfo(AbstractModel):
|
|
|
18827
18860
|
def CreateTimeStamp(self, CreateTimeStamp):
|
|
18828
18861
|
self._CreateTimeStamp = CreateTimeStamp
|
|
18829
18862
|
|
|
18863
|
+
@property
|
|
18864
|
+
def DefaultBucket(self):
|
|
18865
|
+
return self._DefaultBucket
|
|
18866
|
+
|
|
18867
|
+
@DefaultBucket.setter
|
|
18868
|
+
def DefaultBucket(self, DefaultBucket):
|
|
18869
|
+
self._DefaultBucket = DefaultBucket
|
|
18870
|
+
|
|
18871
|
+
@property
|
|
18872
|
+
def ShortName(self):
|
|
18873
|
+
return self._ShortName
|
|
18874
|
+
|
|
18875
|
+
@ShortName.setter
|
|
18876
|
+
def ShortName(self, ShortName):
|
|
18877
|
+
self._ShortName = ShortName
|
|
18878
|
+
|
|
18879
|
+
@property
|
|
18880
|
+
def Description(self):
|
|
18881
|
+
return self._Description
|
|
18882
|
+
|
|
18883
|
+
@Description.setter
|
|
18884
|
+
def Description(self, Description):
|
|
18885
|
+
self._Description = Description
|
|
18886
|
+
|
|
18887
|
+
@property
|
|
18888
|
+
def Status(self):
|
|
18889
|
+
return self._Status
|
|
18890
|
+
|
|
18891
|
+
@Status.setter
|
|
18892
|
+
def Status(self, Status):
|
|
18893
|
+
self._Status = Status
|
|
18894
|
+
|
|
18830
18895
|
|
|
18831
18896
|
def _deserialize(self, params):
|
|
18832
18897
|
self._Name = params.get("Name")
|
|
18833
18898
|
self._Type = params.get("Type")
|
|
18834
18899
|
self._SpaceUsedSize = params.get("SpaceUsedSize")
|
|
18835
18900
|
self._CreateTimeStamp = params.get("CreateTimeStamp")
|
|
18901
|
+
self._DefaultBucket = params.get("DefaultBucket")
|
|
18902
|
+
self._ShortName = params.get("ShortName")
|
|
18903
|
+
self._Description = params.get("Description")
|
|
18904
|
+
self._Status = params.get("Status")
|
|
18836
18905
|
memeber_set = set(params.keys())
|
|
18837
18906
|
for name, value in vars(self).items():
|
|
18838
18907
|
property_name = name[1:]
|
|
@@ -23278,10 +23347,18 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
|
23278
23347
|
:param _DropTable: 是否删表
|
|
23279
23348
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23280
23349
|
:type DropTable: bool
|
|
23350
|
+
:param _ExpiredField: 过期字段
|
|
23351
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23352
|
+
:type ExpiredField: str
|
|
23353
|
+
:param _ExpiredFieldFormat: 过期字段格式
|
|
23354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23355
|
+
:type ExpiredFieldFormat: str
|
|
23281
23356
|
"""
|
|
23282
23357
|
self._LifecycleEnable = None
|
|
23283
23358
|
self._Expiration = None
|
|
23284
23359
|
self._DropTable = None
|
|
23360
|
+
self._ExpiredField = None
|
|
23361
|
+
self._ExpiredFieldFormat = None
|
|
23285
23362
|
|
|
23286
23363
|
@property
|
|
23287
23364
|
def LifecycleEnable(self):
|
|
@@ -23307,11 +23384,29 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
|
23307
23384
|
def DropTable(self, DropTable):
|
|
23308
23385
|
self._DropTable = DropTable
|
|
23309
23386
|
|
|
23387
|
+
@property
|
|
23388
|
+
def ExpiredField(self):
|
|
23389
|
+
return self._ExpiredField
|
|
23390
|
+
|
|
23391
|
+
@ExpiredField.setter
|
|
23392
|
+
def ExpiredField(self, ExpiredField):
|
|
23393
|
+
self._ExpiredField = ExpiredField
|
|
23394
|
+
|
|
23395
|
+
@property
|
|
23396
|
+
def ExpiredFieldFormat(self):
|
|
23397
|
+
return self._ExpiredFieldFormat
|
|
23398
|
+
|
|
23399
|
+
@ExpiredFieldFormat.setter
|
|
23400
|
+
def ExpiredFieldFormat(self, ExpiredFieldFormat):
|
|
23401
|
+
self._ExpiredFieldFormat = ExpiredFieldFormat
|
|
23402
|
+
|
|
23310
23403
|
|
|
23311
23404
|
def _deserialize(self, params):
|
|
23312
23405
|
self._LifecycleEnable = params.get("LifecycleEnable")
|
|
23313
23406
|
self._Expiration = params.get("Expiration")
|
|
23314
23407
|
self._DropTable = params.get("DropTable")
|
|
23408
|
+
self._ExpiredField = params.get("ExpiredField")
|
|
23409
|
+
self._ExpiredFieldFormat = params.get("ExpiredFieldFormat")
|
|
23315
23410
|
memeber_set = set(params.keys())
|
|
23316
23411
|
for name, value in vars(self).items():
|
|
23317
23412
|
property_name = name[1:]
|
|
@@ -23424,6 +23519,34 @@ class SmartOptimizerWrittenPolicy(AbstractModel):
|
|
|
23424
23519
|
|
|
23425
23520
|
"""
|
|
23426
23521
|
|
|
23522
|
+
def __init__(self):
|
|
23523
|
+
r"""
|
|
23524
|
+
:param _WrittenEnable: none/enable/disable/default
|
|
23525
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23526
|
+
:type WrittenEnable: str
|
|
23527
|
+
"""
|
|
23528
|
+
self._WrittenEnable = None
|
|
23529
|
+
|
|
23530
|
+
@property
|
|
23531
|
+
def WrittenEnable(self):
|
|
23532
|
+
return self._WrittenEnable
|
|
23533
|
+
|
|
23534
|
+
@WrittenEnable.setter
|
|
23535
|
+
def WrittenEnable(self, WrittenEnable):
|
|
23536
|
+
self._WrittenEnable = WrittenEnable
|
|
23537
|
+
|
|
23538
|
+
|
|
23539
|
+
def _deserialize(self, params):
|
|
23540
|
+
self._WrittenEnable = params.get("WrittenEnable")
|
|
23541
|
+
memeber_set = set(params.keys())
|
|
23542
|
+
for name, value in vars(self).items():
|
|
23543
|
+
property_name = name[1:]
|
|
23544
|
+
if property_name in memeber_set:
|
|
23545
|
+
memeber_set.remove(property_name)
|
|
23546
|
+
if len(memeber_set) > 0:
|
|
23547
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23548
|
+
|
|
23549
|
+
|
|
23427
23550
|
|
|
23428
23551
|
class SmartPolicy(AbstractModel):
|
|
23429
23552
|
"""SmartPolicyRequest
|
|
@@ -24857,20 +24980,33 @@ class TColumn(AbstractModel):
|
|
|
24857
24980
|
def __init__(self):
|
|
24858
24981
|
r"""
|
|
24859
24982
|
:param _Name: 字段名称
|
|
24983
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24860
24984
|
:type Name: str
|
|
24861
24985
|
:param _Type: 字段类型
|
|
24986
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24862
24987
|
:type Type: str
|
|
24863
24988
|
:param _Comment: 字段描述
|
|
24989
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24864
24990
|
:type Comment: str
|
|
24865
24991
|
:param _Default: 字段默认值
|
|
24992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24866
24993
|
:type Default: str
|
|
24867
24994
|
:param _NotNull: 字段是否是非空
|
|
24995
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24868
24996
|
:type NotNull: bool
|
|
24869
24997
|
:param _Precision: 表示整个 numeric 的长度,取值1-38
|
|
24998
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24870
24999
|
:type Precision: int
|
|
24871
25000
|
:param _Scale: 表示小数部分的长度
|
|
24872
25001
|
Scale小于Precision
|
|
25002
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24873
25003
|
:type Scale: int
|
|
25004
|
+
:param _Position: 字段位置,小的在前
|
|
25005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25006
|
+
:type Position: int
|
|
25007
|
+
:param _IsPartition: 是否为分区字段
|
|
25008
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25009
|
+
:type IsPartition: bool
|
|
24874
25010
|
"""
|
|
24875
25011
|
self._Name = None
|
|
24876
25012
|
self._Type = None
|
|
@@ -24879,6 +25015,8 @@ Scale小于Precision
|
|
|
24879
25015
|
self._NotNull = None
|
|
24880
25016
|
self._Precision = None
|
|
24881
25017
|
self._Scale = None
|
|
25018
|
+
self._Position = None
|
|
25019
|
+
self._IsPartition = None
|
|
24882
25020
|
|
|
24883
25021
|
@property
|
|
24884
25022
|
def Name(self):
|
|
@@ -24936,6 +25074,22 @@ Scale小于Precision
|
|
|
24936
25074
|
def Scale(self, Scale):
|
|
24937
25075
|
self._Scale = Scale
|
|
24938
25076
|
|
|
25077
|
+
@property
|
|
25078
|
+
def Position(self):
|
|
25079
|
+
return self._Position
|
|
25080
|
+
|
|
25081
|
+
@Position.setter
|
|
25082
|
+
def Position(self, Position):
|
|
25083
|
+
self._Position = Position
|
|
25084
|
+
|
|
25085
|
+
@property
|
|
25086
|
+
def IsPartition(self):
|
|
25087
|
+
return self._IsPartition
|
|
25088
|
+
|
|
25089
|
+
@IsPartition.setter
|
|
25090
|
+
def IsPartition(self, IsPartition):
|
|
25091
|
+
self._IsPartition = IsPartition
|
|
25092
|
+
|
|
24939
25093
|
|
|
24940
25094
|
def _deserialize(self, params):
|
|
24941
25095
|
self._Name = params.get("Name")
|
|
@@ -24945,6 +25099,8 @@ Scale小于Precision
|
|
|
24945
25099
|
self._NotNull = params.get("NotNull")
|
|
24946
25100
|
self._Precision = params.get("Precision")
|
|
24947
25101
|
self._Scale = params.get("Scale")
|
|
25102
|
+
self._Position = params.get("Position")
|
|
25103
|
+
self._IsPartition = params.get("IsPartition")
|
|
24948
25104
|
memeber_set = set(params.keys())
|
|
24949
25105
|
for name, value in vars(self).items():
|
|
24950
25106
|
property_name = name[1:]
|
|
@@ -26819,9 +26975,15 @@ class UpdateDataEngineConfigRequest(AbstractModel):
|
|
|
26819
26975
|
:type DataEngineIds: list of str
|
|
26820
26976
|
:param _DataEngineConfigCommand: 引擎配置命令,支持UpdateSparkSQLLakefsPath(更新原生表配置)、UpdateSparkSQLResultPath(更新结果路径配置)
|
|
26821
26977
|
:type DataEngineConfigCommand: str
|
|
26978
|
+
:param _UseLakeFs: 是否使用lakefs作为结果存储
|
|
26979
|
+
:type UseLakeFs: bool
|
|
26980
|
+
:param _CustomResultPath: 用户自定义结果路径
|
|
26981
|
+
:type CustomResultPath: str
|
|
26822
26982
|
"""
|
|
26823
26983
|
self._DataEngineIds = None
|
|
26824
26984
|
self._DataEngineConfigCommand = None
|
|
26985
|
+
self._UseLakeFs = None
|
|
26986
|
+
self._CustomResultPath = None
|
|
26825
26987
|
|
|
26826
26988
|
@property
|
|
26827
26989
|
def DataEngineIds(self):
|
|
@@ -26839,10 +27001,28 @@ class UpdateDataEngineConfigRequest(AbstractModel):
|
|
|
26839
27001
|
def DataEngineConfigCommand(self, DataEngineConfigCommand):
|
|
26840
27002
|
self._DataEngineConfigCommand = DataEngineConfigCommand
|
|
26841
27003
|
|
|
27004
|
+
@property
|
|
27005
|
+
def UseLakeFs(self):
|
|
27006
|
+
return self._UseLakeFs
|
|
27007
|
+
|
|
27008
|
+
@UseLakeFs.setter
|
|
27009
|
+
def UseLakeFs(self, UseLakeFs):
|
|
27010
|
+
self._UseLakeFs = UseLakeFs
|
|
27011
|
+
|
|
27012
|
+
@property
|
|
27013
|
+
def CustomResultPath(self):
|
|
27014
|
+
return self._CustomResultPath
|
|
27015
|
+
|
|
27016
|
+
@CustomResultPath.setter
|
|
27017
|
+
def CustomResultPath(self, CustomResultPath):
|
|
27018
|
+
self._CustomResultPath = CustomResultPath
|
|
27019
|
+
|
|
26842
27020
|
|
|
26843
27021
|
def _deserialize(self, params):
|
|
26844
27022
|
self._DataEngineIds = params.get("DataEngineIds")
|
|
26845
27023
|
self._DataEngineConfigCommand = params.get("DataEngineConfigCommand")
|
|
27024
|
+
self._UseLakeFs = params.get("UseLakeFs")
|
|
27025
|
+
self._CustomResultPath = params.get("CustomResultPath")
|
|
26846
27026
|
memeber_set = set(params.keys())
|
|
26847
27027
|
for name, value in vars(self).items():
|
|
26848
27028
|
property_name = name[1:]
|
|
@@ -27361,6 +27541,9 @@ class UserDetailInfo(AbstractModel):
|
|
|
27361
27541
|
:param _RowFilterInfo: 行过滤集合
|
|
27362
27542
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
27363
27543
|
:type RowFilterInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
|
27544
|
+
:param _AccountType: 账号类型
|
|
27545
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
27546
|
+
:type AccountType: str
|
|
27364
27547
|
"""
|
|
27365
27548
|
self._UserId = None
|
|
27366
27549
|
self._Type = None
|
|
@@ -27371,6 +27554,7 @@ class UserDetailInfo(AbstractModel):
|
|
|
27371
27554
|
self._WorkGroupInfo = None
|
|
27372
27555
|
self._UserAlias = None
|
|
27373
27556
|
self._RowFilterInfo = None
|
|
27557
|
+
self._AccountType = None
|
|
27374
27558
|
|
|
27375
27559
|
@property
|
|
27376
27560
|
def UserId(self):
|
|
@@ -27444,6 +27628,14 @@ class UserDetailInfo(AbstractModel):
|
|
|
27444
27628
|
def RowFilterInfo(self, RowFilterInfo):
|
|
27445
27629
|
self._RowFilterInfo = RowFilterInfo
|
|
27446
27630
|
|
|
27631
|
+
@property
|
|
27632
|
+
def AccountType(self):
|
|
27633
|
+
return self._AccountType
|
|
27634
|
+
|
|
27635
|
+
@AccountType.setter
|
|
27636
|
+
def AccountType(self, AccountType):
|
|
27637
|
+
self._AccountType = AccountType
|
|
27638
|
+
|
|
27447
27639
|
|
|
27448
27640
|
def _deserialize(self, params):
|
|
27449
27641
|
self._UserId = params.get("UserId")
|
|
@@ -27463,6 +27655,7 @@ class UserDetailInfo(AbstractModel):
|
|
|
27463
27655
|
if params.get("RowFilterInfo") is not None:
|
|
27464
27656
|
self._RowFilterInfo = Policys()
|
|
27465
27657
|
self._RowFilterInfo._deserialize(params.get("RowFilterInfo"))
|
|
27658
|
+
self._AccountType = params.get("AccountType")
|
|
27466
27659
|
memeber_set = set(params.keys())
|
|
27467
27660
|
for name, value in vars(self).items():
|
|
27468
27661
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1225
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1206
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|