@@ -17632,7 +17632,7 @@ def cells_post_set_cell_html_string(self, name, sheet_name, cell_name, html_stri
17632
17632
:param str html_string: (required)
17633
17633
:param str folder: The workbook folder.
17634
17634
:param str storage_name: storage name.
17635
- :return: CellResponse
17635
+ :return: CellsCloudResponse
17636
17636
If the method is called asynchronously,
17637
17637
returns the request thread.
17638
17638
"""
@@ -17663,7 +17663,7 @@ def cells_post_set_cell_html_string_with_http_info(self, name, sheet_name, cell_
17663
17663
:param str html_string: (required)
17664
17664
:param str folder: The workbook folder.
17665
17665
:param str storage_name: storage name.
17666
- :return: CellResponse
17666
+ :return: CellsCloudResponse
17667
17667
If the method is called asynchronously,
17668
17668
returns the request thread.
17669
17669
"""
@@ -17739,7 +17739,7 @@ def cells_post_set_cell_html_string_with_http_info(self, name, sheet_name, cell_
17739
17739
body=body_params,
17740
17740
post_params=form_params,
17741
17741
files=local_var_files,
17742
- response_type='CellResponse ',
17742
+ response_type='CellsCloudResponse ',
17743
17743
auth_settings=auth_settings,
17744
17744
callback=params.get('callback'),
17745
17745
_return_http_data_only=params.get('_return_http_data_only'),
@@ -28494,7 +28494,7 @@ def cells_worksheets_delete_unprotect_worksheet(self, name, sheet_name, **kwargs
28494
28494
:param ProtectSheetParameter protect_parameter: with protection settings. Only password is used here.
28495
28495
:param str folder: Document folder.
28496
28496
:param str storage_name: storage name.
28497
- :return: WorksheetResponse
28497
+ :return: CellsCloudResponse
28498
28498
If the method is called asynchronously,
28499
28499
returns the request thread.
28500
28500
"""
@@ -28524,7 +28524,7 @@ def cells_worksheets_delete_unprotect_worksheet_with_http_info(self, name, sheet
28524
28524
:param ProtectSheetParameter protect_parameter: with protection settings. Only password is used here.
28525
28525
:param str folder: Document folder.
28526
28526
:param str storage_name: storage name.
28527
- :return: WorksheetResponse
28527
+ :return: CellsCloudResponse
28528
28528
If the method is called asynchronously,
28529
28529
returns the request thread.
28530
28530
"""
@@ -28592,7 +28592,7 @@ def cells_worksheets_delete_unprotect_worksheet_with_http_info(self, name, sheet
28592
28592
body=body_params,
28593
28593
post_params=form_params,
28594
28594
files=local_var_files,
28595
- response_type='WorksheetResponse ',
28595
+ response_type='CellsCloudResponse ',
28596
28596
auth_settings=auth_settings,
28597
28597
callback=params.get('callback'),
28598
28598
_return_http_data_only=params.get('_return_http_data_only'),
@@ -31411,7 +31411,7 @@ def cells_worksheets_post_update_worksheet_property(self, name, sheet_name, **kw
31411
31411
:param Worksheet sheet:
31412
31412
:param str folder:
31413
31413
:param str storage_name: storage name.
31414
- :return: WorksheetResponse
31414
+ :return: CellsCloudResponse
31415
31415
If the method is called asynchronously,
31416
31416
returns the request thread.
31417
31417
"""
@@ -31441,7 +31441,7 @@ def cells_worksheets_post_update_worksheet_property_with_http_info(self, name, s
31441
31441
:param Worksheet sheet:
31442
31442
:param str folder:
31443
31443
:param str storage_name: storage name.
31444
- :return: WorksheetResponse
31444
+ :return: CellsCloudResponse
31445
31445
If the method is called asynchronously,
31446
31446
returns the request thread.
31447
31447
"""
@@ -31509,7 +31509,7 @@ def cells_worksheets_post_update_worksheet_property_with_http_info(self, name, s
31509
31509
body=body_params,
31510
31510
post_params=form_params,
31511
31511
files=local_var_files,
31512
- response_type='WorksheetResponse ',
31512
+ response_type='CellsCloudResponse ',
31513
31513
auth_settings=auth_settings,
31514
31514
callback=params.get('callback'),
31515
31515
_return_http_data_only=params.get('_return_http_data_only'),
@@ -32438,7 +32438,7 @@ def cells_worksheets_put_protect_worksheet(self, name, sheet_name, **kwargs):
32438
32438
:param ProtectSheetParameter protect_parameter: with protection settings.
32439
32439
:param str folder: Document folder.
32440
32440
:param str storage_name: storage name.
32441
- :return: WorksheetResponse
32441
+ :return: CellsCloudResponse
32442
32442
If the method is called asynchronously,
32443
32443
returns the request thread.
32444
32444
"""
@@ -32468,7 +32468,7 @@ def cells_worksheets_put_protect_worksheet_with_http_info(self, name, sheet_name
32468
32468
:param ProtectSheetParameter protect_parameter: with protection settings.
32469
32469
:param str folder: Document folder.
32470
32470
:param str storage_name: storage name.
32471
- :return: WorksheetResponse
32471
+ :return: CellsCloudResponse
32472
32472
If the method is called asynchronously,
32473
32473
returns the request thread.
32474
32474
"""
@@ -32536,7 +32536,7 @@ def cells_worksheets_put_protect_worksheet_with_http_info(self, name, sheet_name
32536
32536
body=body_params,
32537
32537
post_params=form_params,
32538
32538
files=local_var_files,
32539
- response_type='WorksheetResponse ',
32539
+ response_type='CellsCloudResponse ',
32540
32540
auth_settings=auth_settings,
32541
32541
callback=params.get('callback'),
32542
32542
_return_http_data_only=params.get('_return_http_data_only'),
0 commit comments