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.
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/models.py +4 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/setup.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.866 → tencentcloud-sdk-python-cls-3.0.867}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {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
- {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
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|