tencentcloud-sdk-python-csip 3.0.1403__py2.py3-none-any.whl → 3.0.1406__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1403'
17
+ __version__ = '3.0.1406'
@@ -16608,6 +16608,8 @@ class ExposesItem(AbstractModel):
16608
16608
  :type HasScan: str
16609
16609
  :param _AppId: 租户ID
16610
16610
  :type AppId: int
16611
+ :param _AppIdStr: 租户ID字符串
16612
+ :type AppIdStr: str
16611
16613
  """
16612
16614
  self._Provider = None
16613
16615
  self._CloudAccountName = None
@@ -16637,6 +16639,7 @@ class ExposesItem(AbstractModel):
16637
16639
  self._Uuid = None
16638
16640
  self._HasScan = None
16639
16641
  self._AppId = None
16642
+ self._AppIdStr = None
16640
16643
 
16641
16644
  @property
16642
16645
  def Provider(self):
@@ -16946,6 +16949,17 @@ class ExposesItem(AbstractModel):
16946
16949
  def AppId(self, AppId):
16947
16950
  self._AppId = AppId
16948
16951
 
16952
+ @property
16953
+ def AppIdStr(self):
16954
+ """租户ID字符串
16955
+ :rtype: str
16956
+ """
16957
+ return self._AppIdStr
16958
+
16959
+ @AppIdStr.setter
16960
+ def AppIdStr(self, AppIdStr):
16961
+ self._AppIdStr = AppIdStr
16962
+
16949
16963
 
16950
16964
  def _deserialize(self, params):
16951
16965
  self._Provider = params.get("Provider")
@@ -16976,6 +16990,7 @@ class ExposesItem(AbstractModel):
16976
16990
  self._Uuid = params.get("Uuid")
16977
16991
  self._HasScan = params.get("HasScan")
16978
16992
  self._AppId = params.get("AppId")
16993
+ self._AppIdStr = params.get("AppIdStr")
16979
16994
  memeber_set = set(params.keys())
16980
16995
  for name, value in vars(self).items():
16981
16996
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-csip
3
- Version: 3.0.1403
3
+ Version: 3.0.1406
4
4
  Summary: Tencent Cloud Csip 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.1403)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1406)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=GMxEk0whnix5vfIuAxf5bkBfJ-D1uc592YQ6xSAXmRA,631
2
+ tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/csip/v20221121/csip_client.py,sha256=UMZ2VCWXiBXxg27Czgnqd-t3uG5uYKf9EwVLawuSM4w,46086
5
+ tencentcloud/csip/v20221121/errorcodes.py,sha256=ky14_OysSMjz-Z6CXsIKALA6KiCK7jfGFHBVcDheRL8,2227
6
+ tencentcloud/csip/v20221121/models.py,sha256=Lu6hqyq0vx8lp2vaYcuOUf0qGXX49IFsIQ6cJCiZicw,734581
7
+ tencentcloud_sdk_python_csip-3.0.1406.dist-info/METADATA,sha256=EgzhBjR5xYQWek6hwumUERZkOz8dgtDAfXbZeo8Zuzw,1501
8
+ tencentcloud_sdk_python_csip-3.0.1406.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_csip-3.0.1406.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_csip-3.0.1406.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=ZxAi3eYDSE-Ya-J2xN-iQ0Qz-gDYkmqwcscgPCltHcE,631
2
- tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/csip/v20221121/csip_client.py,sha256=UMZ2VCWXiBXxg27Czgnqd-t3uG5uYKf9EwVLawuSM4w,46086
5
- tencentcloud/csip/v20221121/errorcodes.py,sha256=ky14_OysSMjz-Z6CXsIKALA6KiCK7jfGFHBVcDheRL8,2227
6
- tencentcloud/csip/v20221121/models.py,sha256=4_u6eJJWjAQxiAYnEibOA-JXhWCmxLPO5ZTYxAkhPGk,734211
7
- tencentcloud_sdk_python_csip-3.0.1403.dist-info/METADATA,sha256=jFsITIww1VvhjeO5P-esquK7z5fhmF-xM24vMBJcM2M,1501
8
- tencentcloud_sdk_python_csip-3.0.1403.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_csip-3.0.1403.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_csip-3.0.1403.dist-info/RECORD,,