tencentcloud-sdk-python-cls 3.0.866__tar.gz → 3.0.867__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 (14) hide show
  1. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/__init__.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/models.py +4 -0
  4. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  5. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/README.rst +0 -0
  6. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/setup.cfg +0 -0
  7. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/setup.py +0 -0
  8. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/__init__.py +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/__init__.py +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.866
3
+ Version: 3.0.867
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.866'
17
+ __version__ = '3.0.867'
@@ -357,12 +357,16 @@ class AnalysisDimensional(AbstractModel):
357
357
  def __init__(self):
358
358
  r"""
359
359
  :param Name: 分析名称
360
+ 注意:此字段可能返回 null,表示取不到有效值。
360
361
  :type Name: str
361
362
  :param Type: 分析类型:query,field ,original
363
+ 注意:此字段可能返回 null,表示取不到有效值。
362
364
  :type Type: str
363
365
  :param Content: 分析内容
366
+ 注意:此字段可能返回 null,表示取不到有效值。
364
367
  :type Content: str
365
368
  :param ConfigInfo: 配置
369
+ 注意:此字段可能返回 null,表示取不到有效值。
366
370
  :type ConfigInfo: list of AlarmAnalysisConfig
367
371
  """
368
372
  self.Name = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.866
3
+ Version: 3.0.867
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud