Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 820 Bytes

File metadata and controls

11 lines (8 loc) · 820 Bytes

# DataBundle

Properties

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]

[Back to Model list] [Back to API list] [Back to README]