Operation is a message representing a series of operations that can be performed. It includes fields for writing and deleting relationships and attributes.
| Name | Type | Description | Notes |
|---|---|---|---|
| relationshipsWrite | List<String> | 'relationships_write' is a repeated string field for storing relationship keys that are to be written or created. | [optional] |
| relationshipsDelete | List<String> | 'relationships_delete' is a repeated string field for storing relationship keys that are to be deleted or removed. | [optional] |
| attributesWrite | List<String> | 'attributes_write' is a repeated string field for storing attribute keys that are to be written or created. | [optional] |
| attributesDelete | List<String> | 'attributes_delete' is a repeated string field for storing attribute keys that are to be deleted or removed. | [optional] |