tencentcloud-sdk-python-intl-en 3.0.1223__py2.py3-none-any.whl → 3.0.1225__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.

@@ -3740,7 +3740,7 @@ class UpdateProductDynamicRegisterResponse(AbstractModel):
3740
3740
  :type ProductSecret: str
3741
3741
  :param _RegisterLimit: Maximum dynamically registered devices
3742
3742
  :type RegisterLimit: int
3743
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3743
+ :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.
3744
3744
  :type RequestId: str
3745
3745
  """
3746
3746
  self._RegisterType = None
@@ -3783,7 +3783,7 @@ class UpdateProductDynamicRegisterResponse(AbstractModel):
3783
3783
 
3784
3784
  @property
3785
3785
  def RequestId(self):
3786
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3786
+ """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.
3787
3787
  :rtype: str
3788
3788
  """
3789
3789
  return self._RequestId