| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | 'name' is a simple string field representing the name of the DataBundle. | [optional] |
| arguments | string[] | 'arguments' is a repeated field, which means it can contain multiple strings. These are used to store a list of arguments related to the DataBundle. | [optional] |
| operations | \Permify\Model\V1Operation[] | 'operations' is a repeated field containing multiple Operation messages. Each Operation represents a specific action or set of actions to be performed. | [optional] |