tencentcloud-sdk-python-ags 3.1.165__tar.gz → 3.1.169__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/ags/v20250920/models.py +4 -4
  5. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ags-3.1.169/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ags-3.1.165/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/ags/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/ags/v20250920/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/ags/v20250920/ags_client.py +0 -0
  13. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ags-3.1.165 → tencentcloud_sdk_python_ags-3.1.169}/tencentcloud_sdk_python_ags.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ags
3
- Version: 3.1.165
3
+ Version: 3.1.169
4
4
  Summary: Tencent Cloud Ags 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<4.0.0,>=3.1.165
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.169
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ags',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.165,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.169,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ags SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.165'
17
+ __version__ = '3.1.169'
@@ -3282,9 +3282,9 @@ class MetadataVar(AbstractModel):
3282
3282
 
3283
3283
  def __init__(self):
3284
3284
  r"""
3285
- :param _Name: <p>沙箱元数据名</p>
3285
+ :param _Name: <p>元数据名</p>
3286
3286
  :type Name: str
3287
- :param _Value: <p>沙箱元数据值</p>
3287
+ :param _Value: <p>元数据值</p>
3288
3288
  :type Value: str
3289
3289
  """
3290
3290
  self._Name = None
@@ -3292,7 +3292,7 @@ class MetadataVar(AbstractModel):
3292
3292
 
3293
3293
  @property
3294
3294
  def Name(self):
3295
- r"""<p>沙箱元数据名</p>
3295
+ r"""<p>元数据名</p>
3296
3296
  :rtype: str
3297
3297
  """
3298
3298
  return self._Name
@@ -3303,7 +3303,7 @@ class MetadataVar(AbstractModel):
3303
3303
 
3304
3304
  @property
3305
3305
  def Value(self):
3306
- r"""<p>沙箱元数据值</p>
3306
+ r"""<p>元数据值</p>
3307
3307
  :rtype: str
3308
3308
  """
3309
3309
  return self._Value
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ags
3
- Version: 3.1.165
3
+ Version: 3.1.169
4
4
  Summary: Tencent Cloud Ags 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<4.0.0,>=3.1.165
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.169
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.169
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.165