You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param order: Sort order of the response, ascending or descending.
3544
3554
:type order: OrderKeys
3555
+
:param type: Whether to filter the list of transformations by the type of transformation.
3556
+
:type type: TransformationType
3545
3557
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3546
3558
:return: Returns the raw algoliasearch 'APIResponse' object.
:param order: Sort order of the response, ascending or descending.
3615
3638
:type order: OrderKeys
3639
+
:param type: Whether to filter the list of transformations by the type of transformation.
3640
+
:type type: TransformationType
3616
3641
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3617
3642
:return: Returns the deserialized response in a 'ListTransformationsResponse' result object.
:param order: Sort order of the response, ascending or descending.
8720
8754
:type order: OrderKeys
8755
+
:param type: Whether to filter the list of transformations by the type of transformation.
8756
+
:type type: TransformationType
8721
8757
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8722
8758
:return: Returns the raw algoliasearch 'APIResponse' object.
:param order: Sort order of the response, ascending or descending.
8791
8838
:type order: OrderKeys
8839
+
:param type: Whether to filter the list of transformations by the type of transformation.
8840
+
:type type: TransformationType
8792
8841
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8793
8842
:return: Returns the deserialized response in a 'ListTransformationsResponse' result object.
0 commit comments