@@ -37,7 +37,7 @@ def create_brick_topo(self, brick_topo_creation_params, **kwargs): # noqa: E501
3737 :param brick_topo_creation_params: (required)
3838 :type brick_topo_creation_params: list[BrickTopoCreationParams]
3939 :param content_language:
40- :type content_language: str
40+ :type content_language: ContentLanguage
4141 :param async_req: Whether to execute the request asynchronously.
4242 :type async_req: bool, optional
4343 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -68,7 +68,7 @@ def create_brick_topo_with_http_info(self, brick_topo_creation_params, **kwargs)
6868 :param brick_topo_creation_params: (required)
6969 :type brick_topo_creation_params: list[BrickTopoCreationParams]
7070 :param content_language:
71- :type content_language: str
71+ :type content_language: ContentLanguage
7272 :param async_req: Whether to execute the request asynchronously.
7373 :type async_req: bool, optional
7474 :param _return_http_data_only: response data without head status code
@@ -189,7 +189,7 @@ def delete_brick_topo(self, brick_topo_deletion_params, **kwargs): # noqa: E501
189189 :param brick_topo_deletion_params: (required)
190190 :type brick_topo_deletion_params: BrickTopoDeletionParams
191191 :param content_language:
192- :type content_language: str
192+ :type content_language: ContentLanguage
193193 :param async_req: Whether to execute the request asynchronously.
194194 :type async_req: bool, optional
195195 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -220,7 +220,7 @@ def delete_brick_topo_with_http_info(self, brick_topo_deletion_params, **kwargs)
220220 :param brick_topo_deletion_params: (required)
221221 :type brick_topo_deletion_params: BrickTopoDeletionParams
222222 :param content_language:
223- :type content_language: str
223+ :type content_language: ContentLanguage
224224 :param async_req: Whether to execute the request asynchronously.
225225 :type async_req: bool, optional
226226 :param _return_http_data_only: response data without head status code
@@ -645,7 +645,7 @@ def move_brick_topo(self, brick_topo_move_params, **kwargs): # noqa: E501
645645 :param brick_topo_move_params: (required)
646646 :type brick_topo_move_params: BrickTopoMoveParams
647647 :param content_language:
648- :type content_language: str
648+ :type content_language: ContentLanguage
649649 :param async_req: Whether to execute the request asynchronously.
650650 :type async_req: bool, optional
651651 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -676,7 +676,7 @@ def move_brick_topo_with_http_info(self, brick_topo_move_params, **kwargs): # n
676676 :param brick_topo_move_params: (required)
677677 :type brick_topo_move_params: BrickTopoMoveParams
678678 :param content_language:
679- :type content_language: str
679+ :type content_language: ContentLanguage
680680 :param async_req: Whether to execute the request asynchronously.
681681 :type async_req: bool, optional
682682 :param _return_http_data_only: response data without head status code
@@ -797,7 +797,7 @@ def update_brick_topo(self, brick_topo_updation_params, **kwargs): # noqa: E501
797797 :param brick_topo_updation_params: (required)
798798 :type brick_topo_updation_params: BrickTopoUpdationParams
799799 :param content_language:
800- :type content_language: str
800+ :type content_language: ContentLanguage
801801 :param async_req: Whether to execute the request asynchronously.
802802 :type async_req: bool, optional
803803 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -828,7 +828,7 @@ def update_brick_topo_with_http_info(self, brick_topo_updation_params, **kwargs)
828828 :param brick_topo_updation_params: (required)
829829 :type brick_topo_updation_params: BrickTopoUpdationParams
830830 :param content_language:
831- :type content_language: str
831+ :type content_language: ContentLanguage
832832 :param async_req: Whether to execute the request asynchronously.
833833 :type async_req: bool, optional
834834 :param _return_http_data_only: response data without head status code
0 commit comments