DataBundle is a message representing a bundle of data, which includes a name, a list of arguments, and a series of operations.
Name | Type | Description | Notes |
---|---|---|---|
name | String | 'name' is a simple string field representing the name of the DataBundle. | [optional] |
arguments | List<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 | List<V1Operation> | 'operations' is a repeated field containing multiple Operation messages. Each Operation represents a specific action or set of actions to be performed. | [optional] |