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 CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1215'
16
+ __version__ = '3.0.1217'
@@ -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