Skip to content

Commit a726806

Browse files
author
BitsAdmin
committed
Merge branch 'tis-Python-2024-07-31-online-1404-2025_07_30_18_43_12' into 'integration_2025-07-31_1022412084994'
feat: [development task] tis-1404-Python (1504245) See merge request iaasng/volcengine-python-sdk!725
2 parents 0f3847b + b2381d3 commit a726806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

volcenginesdktis/models/get_quota_info_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class GetQuotaInfoResponse(object):
3333
and the value is json key in definition.
3434
"""
3535
swagger_types = {
36-
'device_info_list': 'DeviceInfoListForGetQuotaInfoOutput',
36+
'device_info_list': 'list[DeviceInfoListForGetQuotaInfoOutput]',
3737
'quota_info_list': 'list[QuotaInfoListForGetQuotaInfoOutput]'
3838
}
3939

@@ -63,7 +63,7 @@ def device_info_list(self):
6363
6464
6565
:return: The device_info_list of this GetQuotaInfoResponse. # noqa: E501
66-
:rtype: DeviceInfoListForGetQuotaInfoOutput
66+
:rtype: list[DeviceInfoListForGetQuotaInfoOutput]
6767
"""
6868
return self._device_info_list
6969

@@ -73,7 +73,7 @@ def device_info_list(self, device_info_list):
7373
7474
7575
:param device_info_list: The device_info_list of this GetQuotaInfoResponse. # noqa: E501
76-
:type: DeviceInfoListForGetQuotaInfoOutput
76+
:type: list[DeviceInfoListForGetQuotaInfoOutput]
7777
"""
7878

7979
self._device_info_list = device_info_list

0 commit comments

Comments
 (0)