Skip to content

Commit 0929610

Browse files
author
BitsAdmin
committed
Merge 'vefaas-Python-2024-06-06-online-1922-2025_12_09_17_52_05' into 'integration_2025-12-11_1093011093762'
feat: [development task] vefaas-1922-Python (1924216) See merge request: !969
2 parents 608ab30 + 24e9093 commit 0929610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

volcenginesdkvefaas/models/item_for_list_functions_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ItemForListFunctionsOutput(object):
4141
'cpu_strategy': 'str',
4242
'creation_time': 'str',
4343
'description': 'str',
44-
'enable_apmplus': 'str',
44+
'enable_apmplus': 'bool',
4545
'envs': 'list[EnvForListFunctionsOutput]',
4646
'exclusive_mode': 'bool',
4747
'function_type': 'str',
@@ -391,7 +391,7 @@ def enable_apmplus(self):
391391
392392
393393
:return: The enable_apmplus of this ItemForListFunctionsOutput. # noqa: E501
394-
:rtype: str
394+
:rtype: bool
395395
"""
396396
return self._enable_apmplus
397397

@@ -401,7 +401,7 @@ def enable_apmplus(self, enable_apmplus):
401401
402402
403403
:param enable_apmplus: The enable_apmplus of this ItemForListFunctionsOutput. # noqa: E501
404-
:type: str
404+
:type: bool
405405
"""
406406

407407
self._enable_apmplus = enable_apmplus

0 commit comments

Comments
 (0)