tencentcloud-sdk-python 3.0.1356__py2.py3-none-any.whl → 3.0.1358__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 +1 -1
 - tencentcloud/bh/v20230418/bh_client.py +115 -0
 - tencentcloud/bh/v20230418/errorcodes.py +15 -0
 - tencentcloud/bh/v20230418/models.py +854 -28
 - tencentcloud/billing/v20180709/billing_client.py +0 -25
 - tencentcloud/billing/v20180709/models.py +0 -512
 - tencentcloud/bpaas/v20181217/models.py +0 -54
 - tencentcloud/cdb/v20170320/cdb_client.py +1 -1
 - tencentcloud/cdb/v20170320/models.py +47 -4
 - tencentcloud/chc/v20230418/chc_client.py +23 -0
 - tencentcloud/chc/v20230418/models.py +185 -2
 - tencentcloud/cls/v20201016/cls_client.py +23 -0
 - tencentcloud/cls/v20201016/models.py +79 -0
 - tencentcloud/cwp/v20180228/models.py +2 -2
 - tencentcloud/es/v20180416/models.py +57 -6
 - tencentcloud/es/v20250101/__init__.py +0 -0
 - tencentcloud/es/v20250101/errorcodes.py +45 -0
 - tencentcloud/es/v20250101/es_client.py +228 -0
 - tencentcloud/es/v20250101/models.py +2168 -0
 - tencentcloud/ess/v20201111/ess_client.py +37 -2
 - tencentcloud/ess/v20201111/models.py +341 -10
 - tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
 - tencentcloud/essbasic/v20210526/models.py +282 -12
 - tencentcloud/gaap/v20180529/models.py +0 -90
 - tencentcloud/gwlb/v20240906/models.py +20 -0
 - tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
 - tencentcloud/iotexplorer/v20190423/models.py +254 -0
 - tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
 - tencentcloud/iotvideo/v20211125/models.py +254 -0
 - tencentcloud/lcic/v20220817/models.py +15 -0
 - tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
 - tencentcloud/mps/v20190612/models.py +28 -36
 - tencentcloud/oceanus/v20190422/models.py +12 -0
 - tencentcloud/ocr/v20181119/models.py +4 -4
 - tencentcloud/ses/v20201002/models.py +15 -0
 - tencentcloud/smop/v20201203/smop_client.py +3 -1
 - tencentcloud/sts/v20180813/errorcodes.py +9 -0
 - tencentcloud/sts/v20180813/models.py +171 -0
 - tencentcloud/sts/v20180813/sts_client.py +23 -0
 - tencentcloud/taf/v20200210/models.py +0 -270
 - tencentcloud/taf/v20200210/taf_client.py +0 -23
 - tencentcloud/tat/v20201028/errorcodes.py +6 -0
 - tencentcloud/tat/v20201028/models.py +50 -2
 - tencentcloud/tcr/v20190924/models.py +10 -6
 - tencentcloud/tcss/v20201101/models.py +83 -8
 - tencentcloud/tdmq/v20200217/models.py +68 -0
 - tencentcloud/tione/v20211111/errorcodes.py +3 -0
 - tencentcloud/tione/v20211111/models.py +384 -0
 - tencentcloud/tione/v20211111/tione_client.py +23 -0
 - tencentcloud/tse/v20201207/models.py +0 -478
 - tencentcloud/tsf/v20180326/models.py +18 -392
 - tencentcloud/tsf/v20180326/tsf_client.py +3 -1
 - tencentcloud/vpc/v20170312/errorcodes.py +3 -0
 - tencentcloud/vpc/v20170312/models.py +25 -132
 - tencentcloud/waf/v20180125/models.py +473 -0
 - tencentcloud/waf/v20180125/waf_client.py +69 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/RECORD +61 -57
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/top_level.txt +0 -0
 
| 
         @@ -2868,6 +2868,119 @@ pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备 
     | 
|
| 
       2868 
2868 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       2869 
2869 
     | 
    
         | 
| 
       2870 
2870 
     | 
    
         | 
| 
      
 2871 
     | 
    
         
            +
            class CountDataInfo(AbstractModel):
         
     | 
| 
      
 2872 
     | 
    
         
            +
                """云存上报统计信息
         
     | 
| 
      
 2873 
     | 
    
         
            +
             
     | 
| 
      
 2874 
     | 
    
         
            +
                """
         
     | 
| 
      
 2875 
     | 
    
         
            +
             
     | 
| 
      
 2876 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 2877 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 2878 
     | 
    
         
            +
                    :param _VideoExceptionNum: 视频上报异常次数
         
     | 
| 
      
 2879 
     | 
    
         
            +
                    :type VideoExceptionNum: int
         
     | 
| 
      
 2880 
     | 
    
         
            +
                    :param _VideoSuccessNum: 视频上报成功次数
         
     | 
| 
      
 2881 
     | 
    
         
            +
                    :type VideoSuccessNum: int
         
     | 
| 
      
 2882 
     | 
    
         
            +
                    :param _VideoSuccessRate: 视频上报成功率
         
     | 
| 
      
 2883 
     | 
    
         
            +
             
     | 
| 
      
 2884 
     | 
    
         
            +
                    :type VideoSuccessRate: str
         
     | 
| 
      
 2885 
     | 
    
         
            +
                    :param _EventExceptionNum: 事件上报异常次数
         
     | 
| 
      
 2886 
     | 
    
         
            +
                    :type EventExceptionNum: int
         
     | 
| 
      
 2887 
     | 
    
         
            +
                    :param _EventSuccessNum: 事件上报成功次数
         
     | 
| 
      
 2888 
     | 
    
         
            +
                    :type EventSuccessNum: int
         
     | 
| 
      
 2889 
     | 
    
         
            +
                    :param _EventSuccessRate: 事件上报成功率
         
     | 
| 
      
 2890 
     | 
    
         
            +
                    :type EventSuccessRate: str
         
     | 
| 
      
 2891 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2892 
     | 
    
         
            +
                    self._VideoExceptionNum = None
         
     | 
| 
      
 2893 
     | 
    
         
            +
                    self._VideoSuccessNum = None
         
     | 
| 
      
 2894 
     | 
    
         
            +
                    self._VideoSuccessRate = None
         
     | 
| 
      
 2895 
     | 
    
         
            +
                    self._EventExceptionNum = None
         
     | 
| 
      
 2896 
     | 
    
         
            +
                    self._EventSuccessNum = None
         
     | 
| 
      
 2897 
     | 
    
         
            +
                    self._EventSuccessRate = None
         
     | 
| 
      
 2898 
     | 
    
         
            +
             
     | 
| 
      
 2899 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2900 
     | 
    
         
            +
                def VideoExceptionNum(self):
         
     | 
| 
      
 2901 
     | 
    
         
            +
                    """视频上报异常次数
         
     | 
| 
      
 2902 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2903 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2904 
     | 
    
         
            +
                    return self._VideoExceptionNum
         
     | 
| 
      
 2905 
     | 
    
         
            +
             
     | 
| 
      
 2906 
     | 
    
         
            +
                @VideoExceptionNum.setter
         
     | 
| 
      
 2907 
     | 
    
         
            +
                def VideoExceptionNum(self, VideoExceptionNum):
         
     | 
| 
      
 2908 
     | 
    
         
            +
                    self._VideoExceptionNum = VideoExceptionNum
         
     | 
| 
      
 2909 
     | 
    
         
            +
             
     | 
| 
      
 2910 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2911 
     | 
    
         
            +
                def VideoSuccessNum(self):
         
     | 
| 
      
 2912 
     | 
    
         
            +
                    """视频上报成功次数
         
     | 
| 
      
 2913 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2914 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2915 
     | 
    
         
            +
                    return self._VideoSuccessNum
         
     | 
| 
      
 2916 
     | 
    
         
            +
             
     | 
| 
      
 2917 
     | 
    
         
            +
                @VideoSuccessNum.setter
         
     | 
| 
      
 2918 
     | 
    
         
            +
                def VideoSuccessNum(self, VideoSuccessNum):
         
     | 
| 
      
 2919 
     | 
    
         
            +
                    self._VideoSuccessNum = VideoSuccessNum
         
     | 
| 
      
 2920 
     | 
    
         
            +
             
     | 
| 
      
 2921 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2922 
     | 
    
         
            +
                def VideoSuccessRate(self):
         
     | 
| 
      
 2923 
     | 
    
         
            +
                    """视频上报成功率
         
     | 
| 
      
 2924 
     | 
    
         
            +
             
     | 
| 
      
 2925 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2926 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2927 
     | 
    
         
            +
                    return self._VideoSuccessRate
         
     | 
| 
      
 2928 
     | 
    
         
            +
             
     | 
| 
      
 2929 
     | 
    
         
            +
                @VideoSuccessRate.setter
         
     | 
| 
      
 2930 
     | 
    
         
            +
                def VideoSuccessRate(self, VideoSuccessRate):
         
     | 
| 
      
 2931 
     | 
    
         
            +
                    self._VideoSuccessRate = VideoSuccessRate
         
     | 
| 
      
 2932 
     | 
    
         
            +
             
     | 
| 
      
 2933 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2934 
     | 
    
         
            +
                def EventExceptionNum(self):
         
     | 
| 
      
 2935 
     | 
    
         
            +
                    """事件上报异常次数
         
     | 
| 
      
 2936 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2937 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2938 
     | 
    
         
            +
                    return self._EventExceptionNum
         
     | 
| 
      
 2939 
     | 
    
         
            +
             
     | 
| 
      
 2940 
     | 
    
         
            +
                @EventExceptionNum.setter
         
     | 
| 
      
 2941 
     | 
    
         
            +
                def EventExceptionNum(self, EventExceptionNum):
         
     | 
| 
      
 2942 
     | 
    
         
            +
                    self._EventExceptionNum = EventExceptionNum
         
     | 
| 
      
 2943 
     | 
    
         
            +
             
     | 
| 
      
 2944 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2945 
     | 
    
         
            +
                def EventSuccessNum(self):
         
     | 
| 
      
 2946 
     | 
    
         
            +
                    """事件上报成功次数
         
     | 
| 
      
 2947 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2948 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2949 
     | 
    
         
            +
                    return self._EventSuccessNum
         
     | 
| 
      
 2950 
     | 
    
         
            +
             
     | 
| 
      
 2951 
     | 
    
         
            +
                @EventSuccessNum.setter
         
     | 
| 
      
 2952 
     | 
    
         
            +
                def EventSuccessNum(self, EventSuccessNum):
         
     | 
| 
      
 2953 
     | 
    
         
            +
                    self._EventSuccessNum = EventSuccessNum
         
     | 
| 
      
 2954 
     | 
    
         
            +
             
     | 
| 
      
 2955 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2956 
     | 
    
         
            +
                def EventSuccessRate(self):
         
     | 
| 
      
 2957 
     | 
    
         
            +
                    """事件上报成功率
         
     | 
| 
      
 2958 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2959 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2960 
     | 
    
         
            +
                    return self._EventSuccessRate
         
     | 
| 
      
 2961 
     | 
    
         
            +
             
     | 
| 
      
 2962 
     | 
    
         
            +
                @EventSuccessRate.setter
         
     | 
| 
      
 2963 
     | 
    
         
            +
                def EventSuccessRate(self, EventSuccessRate):
         
     | 
| 
      
 2964 
     | 
    
         
            +
                    self._EventSuccessRate = EventSuccessRate
         
     | 
| 
      
 2965 
     | 
    
         
            +
             
     | 
| 
      
 2966 
     | 
    
         
            +
             
     | 
| 
      
 2967 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 2968 
     | 
    
         
            +
                    self._VideoExceptionNum = params.get("VideoExceptionNum")
         
     | 
| 
      
 2969 
     | 
    
         
            +
                    self._VideoSuccessNum = params.get("VideoSuccessNum")
         
     | 
| 
      
 2970 
     | 
    
         
            +
                    self._VideoSuccessRate = params.get("VideoSuccessRate")
         
     | 
| 
      
 2971 
     | 
    
         
            +
                    self._EventExceptionNum = params.get("EventExceptionNum")
         
     | 
| 
      
 2972 
     | 
    
         
            +
                    self._EventSuccessNum = params.get("EventSuccessNum")
         
     | 
| 
      
 2973 
     | 
    
         
            +
                    self._EventSuccessRate = params.get("EventSuccessRate")
         
     | 
| 
      
 2974 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 2975 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 2976 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 2977 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 2978 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 2979 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 2980 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 2981 
     | 
    
         
            +
                    
         
     | 
| 
      
 2982 
     | 
    
         
            +
             
     | 
| 
      
 2983 
     | 
    
         
            +
             
     | 
| 
       2871 
2984 
     | 
    
         
             
            class CreateBatchProductionRequest(AbstractModel):
         
     | 
| 
       2872 
2985 
     | 
    
         
             
                """CreateBatchProduction请求参数结构体
         
     | 
| 
       2873 
2986 
     | 
    
         | 
| 
         @@ -9914,6 +10027,147 @@ class DescribeCloudStorageUsersResponse(AbstractModel): 
     | 
|
| 
       9914 
10027 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       9915 
10028 
     | 
    
         | 
| 
       9916 
10029 
     | 
    
         | 
| 
      
 10030 
     | 
    
         
            +
            class DescribeCsReportCountDataInfoRequest(AbstractModel):
         
     | 
| 
      
 10031 
     | 
    
         
            +
                """DescribeCsReportCountDataInfo请求参数结构体
         
     | 
| 
      
 10032 
     | 
    
         
            +
             
     | 
| 
      
 10033 
     | 
    
         
            +
                """
         
     | 
| 
      
 10034 
     | 
    
         
            +
             
     | 
| 
      
 10035 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 10036 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 10037 
     | 
    
         
            +
                    :param _ProductId: 产品id
         
     | 
| 
      
 10038 
     | 
    
         
            +
                    :type ProductId: str
         
     | 
| 
      
 10039 
     | 
    
         
            +
                    :param _DeviceName: 设备名
         
     | 
| 
      
 10040 
     | 
    
         
            +
                    :type DeviceName: str
         
     | 
| 
      
 10041 
     | 
    
         
            +
                    :param _StartTime: 统计开始时间戳
         
     | 
| 
      
 10042 
     | 
    
         
            +
                    :type StartTime: int
         
     | 
| 
      
 10043 
     | 
    
         
            +
                    :param _EndTime: 统计结束时间戳
         
     | 
| 
      
 10044 
     | 
    
         
            +
                    :type EndTime: int
         
     | 
| 
      
 10045 
     | 
    
         
            +
                    :param _ChannelId: 设备通道
         
     | 
| 
      
 10046 
     | 
    
         
            +
                    :type ChannelId: int
         
     | 
| 
      
 10047 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10048 
     | 
    
         
            +
                    self._ProductId = None
         
     | 
| 
      
 10049 
     | 
    
         
            +
                    self._DeviceName = None
         
     | 
| 
      
 10050 
     | 
    
         
            +
                    self._StartTime = None
         
     | 
| 
      
 10051 
     | 
    
         
            +
                    self._EndTime = None
         
     | 
| 
      
 10052 
     | 
    
         
            +
                    self._ChannelId = None
         
     | 
| 
      
 10053 
     | 
    
         
            +
             
     | 
| 
      
 10054 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10055 
     | 
    
         
            +
                def ProductId(self):
         
     | 
| 
      
 10056 
     | 
    
         
            +
                    """产品id
         
     | 
| 
      
 10057 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 10058 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10059 
     | 
    
         
            +
                    return self._ProductId
         
     | 
| 
      
 10060 
     | 
    
         
            +
             
     | 
| 
      
 10061 
     | 
    
         
            +
                @ProductId.setter
         
     | 
| 
      
 10062 
     | 
    
         
            +
                def ProductId(self, ProductId):
         
     | 
| 
      
 10063 
     | 
    
         
            +
                    self._ProductId = ProductId
         
     | 
| 
      
 10064 
     | 
    
         
            +
             
     | 
| 
      
 10065 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10066 
     | 
    
         
            +
                def DeviceName(self):
         
     | 
| 
      
 10067 
     | 
    
         
            +
                    """设备名
         
     | 
| 
      
 10068 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 10069 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10070 
     | 
    
         
            +
                    return self._DeviceName
         
     | 
| 
      
 10071 
     | 
    
         
            +
             
     | 
| 
      
 10072 
     | 
    
         
            +
                @DeviceName.setter
         
     | 
| 
      
 10073 
     | 
    
         
            +
                def DeviceName(self, DeviceName):
         
     | 
| 
      
 10074 
     | 
    
         
            +
                    self._DeviceName = DeviceName
         
     | 
| 
      
 10075 
     | 
    
         
            +
             
     | 
| 
      
 10076 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10077 
     | 
    
         
            +
                def StartTime(self):
         
     | 
| 
      
 10078 
     | 
    
         
            +
                    """统计开始时间戳
         
     | 
| 
      
 10079 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 10080 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10081 
     | 
    
         
            +
                    return self._StartTime
         
     | 
| 
      
 10082 
     | 
    
         
            +
             
     | 
| 
      
 10083 
     | 
    
         
            +
                @StartTime.setter
         
     | 
| 
      
 10084 
     | 
    
         
            +
                def StartTime(self, StartTime):
         
     | 
| 
      
 10085 
     | 
    
         
            +
                    self._StartTime = StartTime
         
     | 
| 
      
 10086 
     | 
    
         
            +
             
     | 
| 
      
 10087 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10088 
     | 
    
         
            +
                def EndTime(self):
         
     | 
| 
      
 10089 
     | 
    
         
            +
                    """统计结束时间戳
         
     | 
| 
      
 10090 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 10091 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10092 
     | 
    
         
            +
                    return self._EndTime
         
     | 
| 
      
 10093 
     | 
    
         
            +
             
     | 
| 
      
 10094 
     | 
    
         
            +
                @EndTime.setter
         
     | 
| 
      
 10095 
     | 
    
         
            +
                def EndTime(self, EndTime):
         
     | 
| 
      
 10096 
     | 
    
         
            +
                    self._EndTime = EndTime
         
     | 
| 
      
 10097 
     | 
    
         
            +
             
     | 
| 
      
 10098 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10099 
     | 
    
         
            +
                def ChannelId(self):
         
     | 
| 
      
 10100 
     | 
    
         
            +
                    """设备通道
         
     | 
| 
      
 10101 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 10102 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10103 
     | 
    
         
            +
                    return self._ChannelId
         
     | 
| 
      
 10104 
     | 
    
         
            +
             
     | 
| 
      
 10105 
     | 
    
         
            +
                @ChannelId.setter
         
     | 
| 
      
 10106 
     | 
    
         
            +
                def ChannelId(self, ChannelId):
         
     | 
| 
      
 10107 
     | 
    
         
            +
                    self._ChannelId = ChannelId
         
     | 
| 
      
 10108 
     | 
    
         
            +
             
     | 
| 
      
 10109 
     | 
    
         
            +
             
     | 
| 
      
 10110 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 10111 
     | 
    
         
            +
                    self._ProductId = params.get("ProductId")
         
     | 
| 
      
 10112 
     | 
    
         
            +
                    self._DeviceName = params.get("DeviceName")
         
     | 
| 
      
 10113 
     | 
    
         
            +
                    self._StartTime = params.get("StartTime")
         
     | 
| 
      
 10114 
     | 
    
         
            +
                    self._EndTime = params.get("EndTime")
         
     | 
| 
      
 10115 
     | 
    
         
            +
                    self._ChannelId = params.get("ChannelId")
         
     | 
| 
      
 10116 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 10117 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 10118 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 10119 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 10120 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 10121 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 10122 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 10123 
     | 
    
         
            +
                    
         
     | 
| 
      
 10124 
     | 
    
         
            +
             
     | 
| 
      
 10125 
     | 
    
         
            +
             
     | 
| 
      
 10126 
     | 
    
         
            +
            class DescribeCsReportCountDataInfoResponse(AbstractModel):
         
     | 
| 
      
 10127 
     | 
    
         
            +
                """DescribeCsReportCountDataInfo返回参数结构体
         
     | 
| 
      
 10128 
     | 
    
         
            +
             
     | 
| 
      
 10129 
     | 
    
         
            +
                """
         
     | 
| 
      
 10130 
     | 
    
         
            +
             
     | 
| 
      
 10131 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 10132 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 10133 
     | 
    
         
            +
                    :param _Data: 云存上报统计信息
         
     | 
| 
      
 10134 
     | 
    
         
            +
                    :type Data: :class:`tencentcloud.iotexplorer.v20190423.models.CountDataInfo`
         
     | 
| 
      
 10135 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 10136 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 10137 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10138 
     | 
    
         
            +
                    self._Data = None
         
     | 
| 
      
 10139 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 10140 
     | 
    
         
            +
             
     | 
| 
      
 10141 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10142 
     | 
    
         
            +
                def Data(self):
         
     | 
| 
      
 10143 
     | 
    
         
            +
                    """云存上报统计信息
         
     | 
| 
      
 10144 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.CountDataInfo`
         
     | 
| 
      
 10145 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10146 
     | 
    
         
            +
                    return self._Data
         
     | 
| 
      
 10147 
     | 
    
         
            +
             
     | 
| 
      
 10148 
     | 
    
         
            +
                @Data.setter
         
     | 
| 
      
 10149 
     | 
    
         
            +
                def Data(self, Data):
         
     | 
| 
      
 10150 
     | 
    
         
            +
                    self._Data = Data
         
     | 
| 
      
 10151 
     | 
    
         
            +
             
     | 
| 
      
 10152 
     | 
    
         
            +
                @property
         
     | 
| 
      
 10153 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 10154 
     | 
    
         
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 10155 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 10156 
     | 
    
         
            +
                    """
         
     | 
| 
      
 10157 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 10158 
     | 
    
         
            +
             
     | 
| 
      
 10159 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 10160 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 10161 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 10162 
     | 
    
         
            +
             
     | 
| 
      
 10163 
     | 
    
         
            +
             
     | 
| 
      
 10164 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 10165 
     | 
    
         
            +
                    if params.get("Data") is not None:
         
     | 
| 
      
 10166 
     | 
    
         
            +
                        self._Data = CountDataInfo()
         
     | 
| 
      
 10167 
     | 
    
         
            +
                        self._Data._deserialize(params.get("Data"))
         
     | 
| 
      
 10168 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 10169 
     | 
    
         
            +
             
     | 
| 
      
 10170 
     | 
    
         
            +
             
     | 
| 
       9917 
10171 
     | 
    
         
             
            class DescribeDeviceBindGatewayRequest(AbstractModel):
         
     | 
| 
       9918 
10172 
     | 
    
         
             
                """DescribeDeviceBindGateway请求参数结构体
         
     | 
| 
       9919 
10173 
     | 
    
         | 
| 
         @@ -1153,6 +1153,29 @@ class IotvideoClient(AbstractClient): 
     | 
|
| 
       1153 
1153 
     | 
    
         
             
                            raise TencentCloudSDKException(type(e).__name__, str(e))
         
     | 
| 
       1154 
1154 
     | 
    
         | 
| 
       1155 
1155 
     | 
    
         | 
| 
      
 1156 
     | 
    
         
            +
                def DescribeCsReportCountDataInfo(self, request):
         
     | 
| 
      
 1157 
     | 
    
         
            +
                    """获取云存上报统计信息
         
     | 
| 
      
 1158 
     | 
    
         
            +
             
     | 
| 
      
 1159 
     | 
    
         
            +
                    :param request: Request instance for DescribeCsReportCountDataInfo.
         
     | 
| 
      
 1160 
     | 
    
         
            +
                    :type request: :class:`tencentcloud.iotvideo.v20211125.models.DescribeCsReportCountDataInfoRequest`
         
     | 
| 
      
 1161 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.iotvideo.v20211125.models.DescribeCsReportCountDataInfoResponse`
         
     | 
| 
      
 1162 
     | 
    
         
            +
             
     | 
| 
      
 1163 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1164 
     | 
    
         
            +
                    try:
         
     | 
| 
      
 1165 
     | 
    
         
            +
                        params = request._serialize()
         
     | 
| 
      
 1166 
     | 
    
         
            +
                        headers = request.headers
         
     | 
| 
      
 1167 
     | 
    
         
            +
                        body = self.call("DescribeCsReportCountDataInfo", params, headers=headers)
         
     | 
| 
      
 1168 
     | 
    
         
            +
                        response = json.loads(body)
         
     | 
| 
      
 1169 
     | 
    
         
            +
                        model = models.DescribeCsReportCountDataInfoResponse()
         
     | 
| 
      
 1170 
     | 
    
         
            +
                        model._deserialize(response["Response"])
         
     | 
| 
      
 1171 
     | 
    
         
            +
                        return model
         
     | 
| 
      
 1172 
     | 
    
         
            +
                    except Exception as e:
         
     | 
| 
      
 1173 
     | 
    
         
            +
                        if isinstance(e, TencentCloudSDKException):
         
     | 
| 
      
 1174 
     | 
    
         
            +
                            raise
         
     | 
| 
      
 1175 
     | 
    
         
            +
                        else:
         
     | 
| 
      
 1176 
     | 
    
         
            +
                            raise TencentCloudSDKException(type(e).__name__, str(e))
         
     | 
| 
      
 1177 
     | 
    
         
            +
             
     | 
| 
      
 1178 
     | 
    
         
            +
             
     | 
| 
       1156 
1179 
     | 
    
         
             
                def DescribeDataForwardList(self, request):
         
     | 
| 
       1157 
1180 
     | 
    
         
             
                    """获取数据转发列表
         
     | 
| 
       1158 
1181 
     | 
    
         | 
| 
         @@ -2409,6 +2409,119 @@ Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic 
     | 
|
| 
       2409 
2409 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       2410 
2410 
     | 
    
         | 
| 
       2411 
2411 
     | 
    
         | 
| 
      
 2412 
     | 
    
         
            +
            class CountDataInfo(AbstractModel):
         
     | 
| 
      
 2413 
     | 
    
         
            +
                """云存上报统计信息
         
     | 
| 
      
 2414 
     | 
    
         
            +
             
     | 
| 
      
 2415 
     | 
    
         
            +
                """
         
     | 
| 
      
 2416 
     | 
    
         
            +
             
     | 
| 
      
 2417 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 2418 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 2419 
     | 
    
         
            +
                    :param _VideoExceptionNum: 视频上报异常次数
         
     | 
| 
      
 2420 
     | 
    
         
            +
                    :type VideoExceptionNum: int
         
     | 
| 
      
 2421 
     | 
    
         
            +
                    :param _VideoSuccessNum: 视频上报成功次数
         
     | 
| 
      
 2422 
     | 
    
         
            +
                    :type VideoSuccessNum: int
         
     | 
| 
      
 2423 
     | 
    
         
            +
                    :param _VideoSuccessRate: 视频上报成功率
         
     | 
| 
      
 2424 
     | 
    
         
            +
             
     | 
| 
      
 2425 
     | 
    
         
            +
                    :type VideoSuccessRate: str
         
     | 
| 
      
 2426 
     | 
    
         
            +
                    :param _EventExceptionNum: 事件上报异常次数
         
     | 
| 
      
 2427 
     | 
    
         
            +
                    :type EventExceptionNum: int
         
     | 
| 
      
 2428 
     | 
    
         
            +
                    :param _EventSuccessNum: 事件上报成功次数
         
     | 
| 
      
 2429 
     | 
    
         
            +
                    :type EventSuccessNum: int
         
     | 
| 
      
 2430 
     | 
    
         
            +
                    :param _EventSuccessRate: 事件上报成功率
         
     | 
| 
      
 2431 
     | 
    
         
            +
                    :type EventSuccessRate: str
         
     | 
| 
      
 2432 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2433 
     | 
    
         
            +
                    self._VideoExceptionNum = None
         
     | 
| 
      
 2434 
     | 
    
         
            +
                    self._VideoSuccessNum = None
         
     | 
| 
      
 2435 
     | 
    
         
            +
                    self._VideoSuccessRate = None
         
     | 
| 
      
 2436 
     | 
    
         
            +
                    self._EventExceptionNum = None
         
     | 
| 
      
 2437 
     | 
    
         
            +
                    self._EventSuccessNum = None
         
     | 
| 
      
 2438 
     | 
    
         
            +
                    self._EventSuccessRate = None
         
     | 
| 
      
 2439 
     | 
    
         
            +
             
     | 
| 
      
 2440 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2441 
     | 
    
         
            +
                def VideoExceptionNum(self):
         
     | 
| 
      
 2442 
     | 
    
         
            +
                    """视频上报异常次数
         
     | 
| 
      
 2443 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2444 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2445 
     | 
    
         
            +
                    return self._VideoExceptionNum
         
     | 
| 
      
 2446 
     | 
    
         
            +
             
     | 
| 
      
 2447 
     | 
    
         
            +
                @VideoExceptionNum.setter
         
     | 
| 
      
 2448 
     | 
    
         
            +
                def VideoExceptionNum(self, VideoExceptionNum):
         
     | 
| 
      
 2449 
     | 
    
         
            +
                    self._VideoExceptionNum = VideoExceptionNum
         
     | 
| 
      
 2450 
     | 
    
         
            +
             
     | 
| 
      
 2451 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2452 
     | 
    
         
            +
                def VideoSuccessNum(self):
         
     | 
| 
      
 2453 
     | 
    
         
            +
                    """视频上报成功次数
         
     | 
| 
      
 2454 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2455 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2456 
     | 
    
         
            +
                    return self._VideoSuccessNum
         
     | 
| 
      
 2457 
     | 
    
         
            +
             
     | 
| 
      
 2458 
     | 
    
         
            +
                @VideoSuccessNum.setter
         
     | 
| 
      
 2459 
     | 
    
         
            +
                def VideoSuccessNum(self, VideoSuccessNum):
         
     | 
| 
      
 2460 
     | 
    
         
            +
                    self._VideoSuccessNum = VideoSuccessNum
         
     | 
| 
      
 2461 
     | 
    
         
            +
             
     | 
| 
      
 2462 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2463 
     | 
    
         
            +
                def VideoSuccessRate(self):
         
     | 
| 
      
 2464 
     | 
    
         
            +
                    """视频上报成功率
         
     | 
| 
      
 2465 
     | 
    
         
            +
             
     | 
| 
      
 2466 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2467 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2468 
     | 
    
         
            +
                    return self._VideoSuccessRate
         
     | 
| 
      
 2469 
     | 
    
         
            +
             
     | 
| 
      
 2470 
     | 
    
         
            +
                @VideoSuccessRate.setter
         
     | 
| 
      
 2471 
     | 
    
         
            +
                def VideoSuccessRate(self, VideoSuccessRate):
         
     | 
| 
      
 2472 
     | 
    
         
            +
                    self._VideoSuccessRate = VideoSuccessRate
         
     | 
| 
      
 2473 
     | 
    
         
            +
             
     | 
| 
      
 2474 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2475 
     | 
    
         
            +
                def EventExceptionNum(self):
         
     | 
| 
      
 2476 
     | 
    
         
            +
                    """事件上报异常次数
         
     | 
| 
      
 2477 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2478 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2479 
     | 
    
         
            +
                    return self._EventExceptionNum
         
     | 
| 
      
 2480 
     | 
    
         
            +
             
     | 
| 
      
 2481 
     | 
    
         
            +
                @EventExceptionNum.setter
         
     | 
| 
      
 2482 
     | 
    
         
            +
                def EventExceptionNum(self, EventExceptionNum):
         
     | 
| 
      
 2483 
     | 
    
         
            +
                    self._EventExceptionNum = EventExceptionNum
         
     | 
| 
      
 2484 
     | 
    
         
            +
             
     | 
| 
      
 2485 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2486 
     | 
    
         
            +
                def EventSuccessNum(self):
         
     | 
| 
      
 2487 
     | 
    
         
            +
                    """事件上报成功次数
         
     | 
| 
      
 2488 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2489 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2490 
     | 
    
         
            +
                    return self._EventSuccessNum
         
     | 
| 
      
 2491 
     | 
    
         
            +
             
     | 
| 
      
 2492 
     | 
    
         
            +
                @EventSuccessNum.setter
         
     | 
| 
      
 2493 
     | 
    
         
            +
                def EventSuccessNum(self, EventSuccessNum):
         
     | 
| 
      
 2494 
     | 
    
         
            +
                    self._EventSuccessNum = EventSuccessNum
         
     | 
| 
      
 2495 
     | 
    
         
            +
             
     | 
| 
      
 2496 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2497 
     | 
    
         
            +
                def EventSuccessRate(self):
         
     | 
| 
      
 2498 
     | 
    
         
            +
                    """事件上报成功率
         
     | 
| 
      
 2499 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2500 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2501 
     | 
    
         
            +
                    return self._EventSuccessRate
         
     | 
| 
      
 2502 
     | 
    
         
            +
             
     | 
| 
      
 2503 
     | 
    
         
            +
                @EventSuccessRate.setter
         
     | 
| 
      
 2504 
     | 
    
         
            +
                def EventSuccessRate(self, EventSuccessRate):
         
     | 
| 
      
 2505 
     | 
    
         
            +
                    self._EventSuccessRate = EventSuccessRate
         
     | 
| 
      
 2506 
     | 
    
         
            +
             
     | 
| 
      
 2507 
     | 
    
         
            +
             
     | 
| 
      
 2508 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 2509 
     | 
    
         
            +
                    self._VideoExceptionNum = params.get("VideoExceptionNum")
         
     | 
| 
      
 2510 
     | 
    
         
            +
                    self._VideoSuccessNum = params.get("VideoSuccessNum")
         
     | 
| 
      
 2511 
     | 
    
         
            +
                    self._VideoSuccessRate = params.get("VideoSuccessRate")
         
     | 
| 
      
 2512 
     | 
    
         
            +
                    self._EventExceptionNum = params.get("EventExceptionNum")
         
     | 
| 
      
 2513 
     | 
    
         
            +
                    self._EventSuccessNum = params.get("EventSuccessNum")
         
     | 
| 
      
 2514 
     | 
    
         
            +
                    self._EventSuccessRate = params.get("EventSuccessRate")
         
     | 
| 
      
 2515 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 2516 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 2517 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 2518 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 2519 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 2520 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 2521 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 2522 
     | 
    
         
            +
                    
         
     | 
| 
      
 2523 
     | 
    
         
            +
             
     | 
| 
      
 2524 
     | 
    
         
            +
             
     | 
| 
       2412 
2525 
     | 
    
         
             
            class CreateAIDetectionRequest(AbstractModel):
         
     | 
| 
       2413 
2526 
     | 
    
         
             
                """CreateAIDetection请求参数结构体
         
     | 
| 
       2414 
2527 
     | 
    
         | 
| 
         @@ -7887,6 +8000,147 @@ class DescribeCloudStorageUsersResponse(AbstractModel): 
     | 
|
| 
       7887 
8000 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       7888 
8001 
     | 
    
         | 
| 
       7889 
8002 
     | 
    
         | 
| 
      
 8003 
     | 
    
         
            +
            class DescribeCsReportCountDataInfoRequest(AbstractModel):
         
     | 
| 
      
 8004 
     | 
    
         
            +
                """DescribeCsReportCountDataInfo请求参数结构体
         
     | 
| 
      
 8005 
     | 
    
         
            +
             
     | 
| 
      
 8006 
     | 
    
         
            +
                """
         
     | 
| 
      
 8007 
     | 
    
         
            +
             
     | 
| 
      
 8008 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8009 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8010 
     | 
    
         
            +
                    :param _ProductId: 产品id
         
     | 
| 
      
 8011 
     | 
    
         
            +
                    :type ProductId: str
         
     | 
| 
      
 8012 
     | 
    
         
            +
                    :param _DeviceName: 设备名
         
     | 
| 
      
 8013 
     | 
    
         
            +
                    :type DeviceName: str
         
     | 
| 
      
 8014 
     | 
    
         
            +
                    :param _StartTime: 统计开始时间戳
         
     | 
| 
      
 8015 
     | 
    
         
            +
                    :type StartTime: int
         
     | 
| 
      
 8016 
     | 
    
         
            +
                    :param _EndTime: 统计结束时间戳
         
     | 
| 
      
 8017 
     | 
    
         
            +
                    :type EndTime: int
         
     | 
| 
      
 8018 
     | 
    
         
            +
                    :param _ChannelId: 设备通道
         
     | 
| 
      
 8019 
     | 
    
         
            +
                    :type ChannelId: int
         
     | 
| 
      
 8020 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8021 
     | 
    
         
            +
                    self._ProductId = None
         
     | 
| 
      
 8022 
     | 
    
         
            +
                    self._DeviceName = None
         
     | 
| 
      
 8023 
     | 
    
         
            +
                    self._StartTime = None
         
     | 
| 
      
 8024 
     | 
    
         
            +
                    self._EndTime = None
         
     | 
| 
      
 8025 
     | 
    
         
            +
                    self._ChannelId = None
         
     | 
| 
      
 8026 
     | 
    
         
            +
             
     | 
| 
      
 8027 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8028 
     | 
    
         
            +
                def ProductId(self):
         
     | 
| 
      
 8029 
     | 
    
         
            +
                    """产品id
         
     | 
| 
      
 8030 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 8031 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8032 
     | 
    
         
            +
                    return self._ProductId
         
     | 
| 
      
 8033 
     | 
    
         
            +
             
     | 
| 
      
 8034 
     | 
    
         
            +
                @ProductId.setter
         
     | 
| 
      
 8035 
     | 
    
         
            +
                def ProductId(self, ProductId):
         
     | 
| 
      
 8036 
     | 
    
         
            +
                    self._ProductId = ProductId
         
     | 
| 
      
 8037 
     | 
    
         
            +
             
     | 
| 
      
 8038 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8039 
     | 
    
         
            +
                def DeviceName(self):
         
     | 
| 
      
 8040 
     | 
    
         
            +
                    """设备名
         
     | 
| 
      
 8041 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 8042 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8043 
     | 
    
         
            +
                    return self._DeviceName
         
     | 
| 
      
 8044 
     | 
    
         
            +
             
     | 
| 
      
 8045 
     | 
    
         
            +
                @DeviceName.setter
         
     | 
| 
      
 8046 
     | 
    
         
            +
                def DeviceName(self, DeviceName):
         
     | 
| 
      
 8047 
     | 
    
         
            +
                    self._DeviceName = DeviceName
         
     | 
| 
      
 8048 
     | 
    
         
            +
             
     | 
| 
      
 8049 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8050 
     | 
    
         
            +
                def StartTime(self):
         
     | 
| 
      
 8051 
     | 
    
         
            +
                    """统计开始时间戳
         
     | 
| 
      
 8052 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 8053 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8054 
     | 
    
         
            +
                    return self._StartTime
         
     | 
| 
      
 8055 
     | 
    
         
            +
             
     | 
| 
      
 8056 
     | 
    
         
            +
                @StartTime.setter
         
     | 
| 
      
 8057 
     | 
    
         
            +
                def StartTime(self, StartTime):
         
     | 
| 
      
 8058 
     | 
    
         
            +
                    self._StartTime = StartTime
         
     | 
| 
      
 8059 
     | 
    
         
            +
             
     | 
| 
      
 8060 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8061 
     | 
    
         
            +
                def EndTime(self):
         
     | 
| 
      
 8062 
     | 
    
         
            +
                    """统计结束时间戳
         
     | 
| 
      
 8063 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 8064 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8065 
     | 
    
         
            +
                    return self._EndTime
         
     | 
| 
      
 8066 
     | 
    
         
            +
             
     | 
| 
      
 8067 
     | 
    
         
            +
                @EndTime.setter
         
     | 
| 
      
 8068 
     | 
    
         
            +
                def EndTime(self, EndTime):
         
     | 
| 
      
 8069 
     | 
    
         
            +
                    self._EndTime = EndTime
         
     | 
| 
      
 8070 
     | 
    
         
            +
             
     | 
| 
      
 8071 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8072 
     | 
    
         
            +
                def ChannelId(self):
         
     | 
| 
      
 8073 
     | 
    
         
            +
                    """设备通道
         
     | 
| 
      
 8074 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 8075 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8076 
     | 
    
         
            +
                    return self._ChannelId
         
     | 
| 
      
 8077 
     | 
    
         
            +
             
     | 
| 
      
 8078 
     | 
    
         
            +
                @ChannelId.setter
         
     | 
| 
      
 8079 
     | 
    
         
            +
                def ChannelId(self, ChannelId):
         
     | 
| 
      
 8080 
     | 
    
         
            +
                    self._ChannelId = ChannelId
         
     | 
| 
      
 8081 
     | 
    
         
            +
             
     | 
| 
      
 8082 
     | 
    
         
            +
             
     | 
| 
      
 8083 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8084 
     | 
    
         
            +
                    self._ProductId = params.get("ProductId")
         
     | 
| 
      
 8085 
     | 
    
         
            +
                    self._DeviceName = params.get("DeviceName")
         
     | 
| 
      
 8086 
     | 
    
         
            +
                    self._StartTime = params.get("StartTime")
         
     | 
| 
      
 8087 
     | 
    
         
            +
                    self._EndTime = params.get("EndTime")
         
     | 
| 
      
 8088 
     | 
    
         
            +
                    self._ChannelId = params.get("ChannelId")
         
     | 
| 
      
 8089 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 8090 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 8091 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 8092 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 8093 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 8094 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 8095 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 8096 
     | 
    
         
            +
                    
         
     | 
| 
      
 8097 
     | 
    
         
            +
             
     | 
| 
      
 8098 
     | 
    
         
            +
             
     | 
| 
      
 8099 
     | 
    
         
            +
            class DescribeCsReportCountDataInfoResponse(AbstractModel):
         
     | 
| 
      
 8100 
     | 
    
         
            +
                """DescribeCsReportCountDataInfo返回参数结构体
         
     | 
| 
      
 8101 
     | 
    
         
            +
             
     | 
| 
      
 8102 
     | 
    
         
            +
                """
         
     | 
| 
      
 8103 
     | 
    
         
            +
             
     | 
| 
      
 8104 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 8105 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 8106 
     | 
    
         
            +
                    :param _Data: 云存上报统计信息
         
     | 
| 
      
 8107 
     | 
    
         
            +
                    :type Data: :class:`tencentcloud.iotvideo.v20211125.models.CountDataInfo`
         
     | 
| 
      
 8108 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 8109 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 8110 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8111 
     | 
    
         
            +
                    self._Data = None
         
     | 
| 
      
 8112 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 8113 
     | 
    
         
            +
             
     | 
| 
      
 8114 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8115 
     | 
    
         
            +
                def Data(self):
         
     | 
| 
      
 8116 
     | 
    
         
            +
                    """云存上报统计信息
         
     | 
| 
      
 8117 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.iotvideo.v20211125.models.CountDataInfo`
         
     | 
| 
      
 8118 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8119 
     | 
    
         
            +
                    return self._Data
         
     | 
| 
      
 8120 
     | 
    
         
            +
             
     | 
| 
      
 8121 
     | 
    
         
            +
                @Data.setter
         
     | 
| 
      
 8122 
     | 
    
         
            +
                def Data(self, Data):
         
     | 
| 
      
 8123 
     | 
    
         
            +
                    self._Data = Data
         
     | 
| 
      
 8124 
     | 
    
         
            +
             
     | 
| 
      
 8125 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8126 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 8127 
     | 
    
         
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 8128 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 8129 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8130 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 8131 
     | 
    
         
            +
             
     | 
| 
      
 8132 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 8133 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 8134 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 8135 
     | 
    
         
            +
             
     | 
| 
      
 8136 
     | 
    
         
            +
             
     | 
| 
      
 8137 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 8138 
     | 
    
         
            +
                    if params.get("Data") is not None:
         
     | 
| 
      
 8139 
     | 
    
         
            +
                        self._Data = CountDataInfo()
         
     | 
| 
      
 8140 
     | 
    
         
            +
                        self._Data._deserialize(params.get("Data"))
         
     | 
| 
      
 8141 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 8142 
     | 
    
         
            +
             
     | 
| 
      
 8143 
     | 
    
         
            +
             
     | 
| 
       7890 
8144 
     | 
    
         
             
            class DescribeDataForwardListRequest(AbstractModel):
         
     | 
| 
       7891 
8145 
     | 
    
         
             
                """DescribeDataForwardList请求参数结构体
         
     | 
| 
       7892 
8146 
     | 
    
         | 
| 
         @@ -8597,11 +8597,14 @@ class GetRoomMessageRequest(AbstractModel): 
     | 
|
| 
       8597 
8597 
     | 
    
         
             
                    :type Seq: int
         
     | 
| 
       8598 
8598 
     | 
    
         
             
                    :param _Limit: 消息拉取的条数。最大数量不能超过套餐包限制。
         
     | 
| 
       8599 
8599 
     | 
    
         
             
                    :type Limit: int
         
     | 
| 
      
 8600 
     | 
    
         
            +
                    :param _UserId: 请求消息的userId
         
     | 
| 
      
 8601 
     | 
    
         
            +
                    :type UserId: str
         
     | 
| 
       8600 
8602 
     | 
    
         
             
                    """
         
     | 
| 
       8601 
8603 
     | 
    
         
             
                    self._SdkAppId = None
         
     | 
| 
       8602 
8604 
     | 
    
         
             
                    self._RoomId = None
         
     | 
| 
       8603 
8605 
     | 
    
         
             
                    self._Seq = None
         
     | 
| 
       8604 
8606 
     | 
    
         
             
                    self._Limit = None
         
     | 
| 
      
 8607 
     | 
    
         
            +
                    self._UserId = None
         
     | 
| 
       8605 
8608 
     | 
    
         | 
| 
       8606 
8609 
     | 
    
         
             
                @property
         
     | 
| 
       8607 
8610 
     | 
    
         
             
                def SdkAppId(self):
         
     | 
| 
         @@ -8647,12 +8650,24 @@ class GetRoomMessageRequest(AbstractModel): 
     | 
|
| 
       8647 
8650 
     | 
    
         
             
                def Limit(self, Limit):
         
     | 
| 
       8648 
8651 
     | 
    
         
             
                    self._Limit = Limit
         
     | 
| 
       8649 
8652 
     | 
    
         | 
| 
      
 8653 
     | 
    
         
            +
                @property
         
     | 
| 
      
 8654 
     | 
    
         
            +
                def UserId(self):
         
     | 
| 
      
 8655 
     | 
    
         
            +
                    """请求消息的userId
         
     | 
| 
      
 8656 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 8657 
     | 
    
         
            +
                    """
         
     | 
| 
      
 8658 
     | 
    
         
            +
                    return self._UserId
         
     | 
| 
      
 8659 
     | 
    
         
            +
             
     | 
| 
      
 8660 
     | 
    
         
            +
                @UserId.setter
         
     | 
| 
      
 8661 
     | 
    
         
            +
                def UserId(self, UserId):
         
     | 
| 
      
 8662 
     | 
    
         
            +
                    self._UserId = UserId
         
     | 
| 
      
 8663 
     | 
    
         
            +
             
     | 
| 
       8650 
8664 
     | 
    
         | 
| 
       8651 
8665 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       8652 
8666 
     | 
    
         
             
                    self._SdkAppId = params.get("SdkAppId")
         
     | 
| 
       8653 
8667 
     | 
    
         
             
                    self._RoomId = params.get("RoomId")
         
     | 
| 
       8654 
8668 
     | 
    
         
             
                    self._Seq = params.get("Seq")
         
     | 
| 
       8655 
8669 
     | 
    
         
             
                    self._Limit = params.get("Limit")
         
     | 
| 
      
 8670 
     | 
    
         
            +
                    self._UserId = params.get("UserId")
         
     | 
| 
       8656 
8671 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       8657 
8672 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       8658 
8673 
     | 
    
         
             
                        property_name = name[1:]
         
     |