tencentcloud-sdk-python-gs 3.0.1402__py2.py3-none-any.whl → 3.0.1403__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-gs might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/gs/v20191118/models.py +17 -2
- {tencentcloud_sdk_python_gs-3.0.1402.dist-info → tencentcloud_sdk_python_gs-3.0.1403.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_gs-3.0.1403.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_gs-3.0.1402.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_gs-3.0.1402.dist-info → tencentcloud_sdk_python_gs-3.0.1403.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_gs-3.0.1402.dist-info → tencentcloud_sdk_python_gs-3.0.1403.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -221,6 +221,8 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
221
221
|
:type UninstallCommand: str
|
|
222
222
|
:param _CleanupMode: 应用资源清理模式(实例安装应用所用资源),取值:CLEANUP_ON_UNINSTALL(默认值),卸载 App 时清理;CLEANUP_AFTER_INSTALL,安装 App 后立即清理。普通应用只有 CLEANUP_AFTER_INSTALL 模式。
|
|
223
223
|
:type CleanupMode: str
|
|
224
|
+
:param _AndroidAppVersionName: 安卓应用版本名称
|
|
225
|
+
:type AndroidAppVersionName: str
|
|
224
226
|
"""
|
|
225
227
|
self._AndroidAppVersion = None
|
|
226
228
|
self._State = None
|
|
@@ -228,6 +230,7 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
228
230
|
self._Command = None
|
|
229
231
|
self._UninstallCommand = None
|
|
230
232
|
self._CleanupMode = None
|
|
233
|
+
self._AndroidAppVersionName = None
|
|
231
234
|
|
|
232
235
|
@property
|
|
233
236
|
def AndroidAppVersion(self):
|
|
@@ -297,6 +300,17 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
297
300
|
def CleanupMode(self, CleanupMode):
|
|
298
301
|
self._CleanupMode = CleanupMode
|
|
299
302
|
|
|
303
|
+
@property
|
|
304
|
+
def AndroidAppVersionName(self):
|
|
305
|
+
"""安卓应用版本名称
|
|
306
|
+
:rtype: str
|
|
307
|
+
"""
|
|
308
|
+
return self._AndroidAppVersionName
|
|
309
|
+
|
|
310
|
+
@AndroidAppVersionName.setter
|
|
311
|
+
def AndroidAppVersionName(self, AndroidAppVersionName):
|
|
312
|
+
self._AndroidAppVersionName = AndroidAppVersionName
|
|
313
|
+
|
|
300
314
|
|
|
301
315
|
def _deserialize(self, params):
|
|
302
316
|
self._AndroidAppVersion = params.get("AndroidAppVersion")
|
|
@@ -305,6 +319,7 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
305
319
|
self._Command = params.get("Command")
|
|
306
320
|
self._UninstallCommand = params.get("UninstallCommand")
|
|
307
321
|
self._CleanupMode = params.get("CleanupMode")
|
|
322
|
+
self._AndroidAppVersionName = params.get("AndroidAppVersionName")
|
|
308
323
|
memeber_set = set(params.keys())
|
|
309
324
|
for name, value in vars(self).items():
|
|
310
325
|
property_name = name[1:]
|
|
@@ -4105,7 +4120,7 @@ class DescribeAndroidAppsRequest(AbstractModel):
|
|
|
4105
4120
|
:type Limit: int
|
|
4106
4121
|
:param _AndroidAppIds: 应用ID数组
|
|
4107
4122
|
:type AndroidAppIds: list of str
|
|
4108
|
-
:param _Filters:
|
|
4123
|
+
:param _Filters: 过滤条件,支持过滤的字段有:UserId
|
|
4109
4124
|
:type Filters: list of Filter
|
|
4110
4125
|
"""
|
|
4111
4126
|
self._Offset = None
|
|
@@ -4148,7 +4163,7 @@ class DescribeAndroidAppsRequest(AbstractModel):
|
|
|
4148
4163
|
|
|
4149
4164
|
@property
|
|
4150
4165
|
def Filters(self):
|
|
4151
|
-
"""
|
|
4166
|
+
"""过滤条件,支持过滤的字段有:UserId
|
|
4152
4167
|
:rtype: list of Filter
|
|
4153
4168
|
"""
|
|
4154
4169
|
return self._Filters
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-gs
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1403
|
|
4
4
|
Summary: Tencent Cloud Gs 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.1403)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=ZxAi3eYDSE-Ya-J2xN-iQ0Qz-gDYkmqwcscgPCltHcE,631
|
|
2
|
+
tencentcloud/gs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/gs/v20191118/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/gs/v20191118/errorcodes.py,sha256=oIAmPdpRJO6FvvrKyCQBHDlMEJl-9DgtfUrhgQVtXIs,3103
|
|
5
|
+
tencentcloud/gs/v20191118/gs_client.py,sha256=u5GtGFPzZaRzZyBYEutqip68qwvr_2JQ5iEyEjlS82o,74389
|
|
6
|
+
tencentcloud/gs/v20191118/models.py,sha256=29Pujnq7cywddirWGbuq-5IGvYrq4nzCXzq1xdBWEQQ,320339
|
|
7
|
+
tencentcloud_sdk_python_gs-3.0.1403.dist-info/METADATA,sha256=NFbxTPHfULKT3qEd7NTHwtkuHbBztvPiM8EMPqQ9pmY,1491
|
|
8
|
+
tencentcloud_sdk_python_gs-3.0.1403.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_gs-3.0.1403.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_gs-3.0.1403.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=fPvXIyxaXrXs0kSuV1IuRpwj6tUYAhNkTdauzgYpAVc,631
|
|
2
|
-
tencentcloud/gs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/gs/v20191118/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/gs/v20191118/errorcodes.py,sha256=oIAmPdpRJO6FvvrKyCQBHDlMEJl-9DgtfUrhgQVtXIs,3103
|
|
5
|
-
tencentcloud/gs/v20191118/gs_client.py,sha256=u5GtGFPzZaRzZyBYEutqip68qwvr_2JQ5iEyEjlS82o,74389
|
|
6
|
-
tencentcloud/gs/v20191118/models.py,sha256=wxB0TDrZ92KBp8FhjDi2OsmOPpdyPfIlk46hDBEViyE,319727
|
|
7
|
-
tencentcloud_sdk_python_gs-3.0.1402.dist-info/METADATA,sha256=nGU9XMX8GN6aaCCRo_MxNIt45YH4QH9G8AkxHkJYXs0,1491
|
|
8
|
-
tencentcloud_sdk_python_gs-3.0.1402.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_gs-3.0.1402.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_gs-3.0.1402.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|