BundleRunRequest is used to request the execution of a bundle. It includes tenant_id, the name of the bundle, and additional arguments for execution.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the bundle to be executed. | [optional] |
| arguments | Map<String, String> | Additional key-value pairs for execution arguments. | [optional] |