Create a new DataStructures instance.
Function for making API requests
Clone a data structure to another team.
The data structure ID to clone
Parameters for the cloning operation
Promise with the newly created data structure clone
Create a new data structure.
Parameters for the data structure to create
Promise with the created data structure
Delete a data structure.
The data structure ID to delete
Get data structure details by ID.
The data structure ID to get
Promise with the data structure details
List all data structures for a team.
The team ID to filter data structures by
Optional
options: ListDataStructuresOptions<C>Optional parameters for filtering and pagination
Promise with the list of data structures
Update a data structure.
The data structure ID to update
The data structure parameters to update
Promise with the updated data structure
Class providing methods for working with Make data structures. Data structures define the format of data being transferred to the Make platform and are widely used by the Data stores component.