tencentcloud-sdk-python-vcube 3.0.1361__py2.py3-none-any.whl → 3.0.1362__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/vcube/v20220410/models.py +15 -0
- {tencentcloud_sdk_python_vcube-3.0.1361.dist-info → tencentcloud_sdk_python_vcube-3.0.1362.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_vcube-3.0.1361.dist-info → tencentcloud_sdk_python_vcube-3.0.1362.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_vcube-3.0.1361.dist-info → tencentcloud_sdk_python_vcube-3.0.1362.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vcube-3.0.1361.dist-info → tencentcloud_sdk_python_vcube-3.0.1362.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -258,6 +258,8 @@ class ApplicationInfo(AbstractModel):
|
|
258
258
|
:type DomainList: list of str
|
259
259
|
:param _AppId: 账号AppId
|
260
260
|
:type AppId: str
|
261
|
+
:param _NameLimit: 扩展包名数量上限
|
262
|
+
:type NameLimit: int
|
261
263
|
"""
|
262
264
|
self._AppName = None
|
263
265
|
self._BundleId = None
|
@@ -274,6 +276,7 @@ class ApplicationInfo(AbstractModel):
|
|
274
276
|
self._WinProcessName = None
|
275
277
|
self._DomainList = None
|
276
278
|
self._AppId = None
|
279
|
+
self._NameLimit = None
|
277
280
|
|
278
281
|
@property
|
279
282
|
def AppName(self):
|
@@ -447,6 +450,17 @@ class ApplicationInfo(AbstractModel):
|
|
447
450
|
def AppId(self, AppId):
|
448
451
|
self._AppId = AppId
|
449
452
|
|
453
|
+
@property
|
454
|
+
def NameLimit(self):
|
455
|
+
"""扩展包名数量上限
|
456
|
+
:rtype: int
|
457
|
+
"""
|
458
|
+
return self._NameLimit
|
459
|
+
|
460
|
+
@NameLimit.setter
|
461
|
+
def NameLimit(self, NameLimit):
|
462
|
+
self._NameLimit = NameLimit
|
463
|
+
|
450
464
|
|
451
465
|
def _deserialize(self, params):
|
452
466
|
self._AppName = params.get("AppName")
|
@@ -474,6 +488,7 @@ class ApplicationInfo(AbstractModel):
|
|
474
488
|
self._WinProcessName = params.get("WinProcessName")
|
475
489
|
self._DomainList = params.get("DomainList")
|
476
490
|
self._AppId = params.get("AppId")
|
491
|
+
self._NameLimit = params.get("NameLimit")
|
477
492
|
memeber_set = set(params.keys())
|
478
493
|
for name, value in vars(self).items():
|
479
494
|
property_name = name[1:]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-vcube
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1362
|
4
4
|
Summary: Tencent Cloud Vcube SDK for Python
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
6
6
|
Author: Tencent Cloud
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1362)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -1,10 +1,10 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=xgcfsC-fBMcKvoQrSo7c2fYOS3iGxa4PLcw94iZKVA0,631
|
2
2
|
tencentcloud/vcube/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
tencentcloud/vcube/v20220410/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
tencentcloud/vcube/v20220410/errorcodes.py,sha256=DUDtUVhvVbVf9PmD5m4npTkKuv4vqMrgNq2yF6OmmP4,1948
|
5
|
-
tencentcloud/vcube/v20220410/models.py,sha256=
|
5
|
+
tencentcloud/vcube/v20220410/models.py,sha256=99L44D3WKB34_5ZZeLKjYc26VPMHvhH1_drQ4NSF2w0,200602
|
6
6
|
tencentcloud/vcube/v20220410/vcube_client.py,sha256=kI4P3xfilz4vyHyLu1-nhUP9epXCpRofahmgXi96-7I,32241
|
7
|
-
tencentcloud_sdk_python_vcube-3.0.
|
8
|
-
tencentcloud_sdk_python_vcube-3.0.
|
9
|
-
tencentcloud_sdk_python_vcube-3.0.
|
10
|
-
tencentcloud_sdk_python_vcube-3.0.
|
7
|
+
tencentcloud_sdk_python_vcube-3.0.1362.dist-info/METADATA,sha256=GM8VxlaPO0XleAiXRfgRrizDUaJ0cckchmWmYWKX6Mo,1506
|
8
|
+
tencentcloud_sdk_python_vcube-3.0.1362.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_vcube-3.0.1362.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_vcube-3.0.1362.dist-info/RECORD,,
|
File without changes
|
File without changes
|