tencentcloud-sdk-python-intl-en 3.0.1215__py2.py3-none-any.whl → 3.0.1217__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +1 -1
- tencentcloud/intlpartnersmgt/v20220928/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +1251 -28
- tencentcloud/mps/v20190612/mps_client.py +74 -3
- {tencentcloud_sdk_python_intl_en-3.0.1215.dist-info → tencentcloud_sdk_python_intl_en-3.0.1217.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1215.dist-info → tencentcloud_sdk_python_intl_en-3.0.1217.dist-info}/RECORD +9 -9
- {tencentcloud_sdk_python_intl_en-3.0.1215.dist-info → tencentcloud_sdk_python_intl_en-3.0.1217.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1215.dist-info → tencentcloud_sdk_python_intl_en-3.0.1217.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -331,7 +331,7 @@ class IntlpartnersmgtClient(AbstractClient):
|
|
|
331
331
|
|
|
332
332
|
def DescribeCustomerBillDetail(self, request):
|
|
333
333
|
"""This API is used to query the customer bill details by resellers.
|
|
334
|
-
Callable roles: Distributor, Second-level reseller, Reseller
|
|
334
|
+
Callable roles: Distributor, Second-level reseller, Reseller.
|
|
335
335
|
|
|
336
336
|
:param request: Request instance for DescribeCustomerBillDetail.
|
|
337
337
|
:type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeCustomerBillDetailRequest`
|
|
@@ -2879,7 +2879,7 @@ class DescribeCustomerBillDetailRequest(AbstractModel):
|
|
|
2879
2879
|
r"""
|
|
2880
2880
|
:param _CustomerUin: Sub-account UIN
|
|
2881
2881
|
:type CustomerUin: int
|
|
2882
|
-
:param _Month: Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2882
|
+
:param _Month: Inquiry month, in the format of YYYY-MM, such as 2023-01.
|
|
2883
2883
|
:type Month: str
|
|
2884
2884
|
:param _PageSize: Page parameter: number of entries per page. Value range: [1, 200]
|
|
2885
2885
|
:type PageSize: int
|
|
@@ -2943,7 +2943,7 @@ pre_downgrade (Upgrade/Downgrade)
|
|
|
2943
2943
|
|
|
2944
2944
|
@property
|
|
2945
2945
|
def Month(self):
|
|
2946
|
-
"""Inquiry month, in the format of YYYY-MM, such as 2023-01
|
|
2946
|
+
"""Inquiry month, in the format of YYYY-MM, such as 2023-01.
|
|
2947
2947
|
:rtype: str
|
|
2948
2948
|
"""
|
|
2949
2949
|
return self._Month
|