tencentcloud-sdk-python-intl-en 3.0.1176__py2.py3-none-any.whl → 3.0.1178__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-intl-en might be problematic. Click here for more details.

@@ -5598,6 +5598,10 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5598
5598
  :type Browser: str
5599
5599
  :param _Env: Environment
5600
5600
  :type Env: str
5601
+ :param _GroupByType:
5602
+ :type GroupByType: int
5603
+ :param _IsNewData:
5604
+ :type IsNewData: int
5601
5605
  """
5602
5606
  self._StartTime = None
5603
5607
  self._Type = None
@@ -5620,6 +5624,8 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5620
5624
  self._Os = None
5621
5625
  self._Browser = None
5622
5626
  self._Env = None
5627
+ self._GroupByType = None
5628
+ self._IsNewData = None
5623
5629
 
5624
5630
  @property
5625
5631
  def StartTime(self):
@@ -5852,6 +5858,28 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5852
5858
  def Env(self, Env):
5853
5859
  self._Env = Env
5854
5860
 
5861
+ @property
5862
+ def GroupByType(self):
5863
+ """
5864
+ :rtype: int
5865
+ """
5866
+ return self._GroupByType
5867
+
5868
+ @GroupByType.setter
5869
+ def GroupByType(self, GroupByType):
5870
+ self._GroupByType = GroupByType
5871
+
5872
+ @property
5873
+ def IsNewData(self):
5874
+ """
5875
+ :rtype: int
5876
+ """
5877
+ return self._IsNewData
5878
+
5879
+ @IsNewData.setter
5880
+ def IsNewData(self, IsNewData):
5881
+ self._IsNewData = IsNewData
5882
+
5855
5883
 
5856
5884
  def _deserialize(self, params):
5857
5885
  self._StartTime = params.get("StartTime")
@@ -5875,6 +5903,8 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5875
5903
  self._Os = params.get("Os")
5876
5904
  self._Browser = params.get("Browser")
5877
5905
  self._Env = params.get("Env")
5906
+ self._GroupByType = params.get("GroupByType")
5907
+ self._IsNewData = params.get("IsNewData")
5878
5908
  memeber_set = set(params.keys())
5879
5909
  for name, value in vars(self).items():
5880
5910
  property_name = name[1:]
@@ -5894,7 +5924,7 @@ class DescribeDataPvUrlStatisticsResponse(AbstractModel):
5894
5924
  r"""
5895
5925
  :param _Result: Returned value
5896
5926
  :type Result: str
5897
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5927
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5898
5928
  :type RequestId: str
5899
5929
  """
5900
5930
  self._Result = None
@@ -5913,7 +5943,7 @@ class DescribeDataPvUrlStatisticsResponse(AbstractModel):
5913
5943
 
5914
5944
  @property
5915
5945
  def RequestId(self):
5916
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5946
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5917
5947
  :rtype: str
5918
5948
  """
5919
5949
  return self._RequestId