Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.01 KB

V1Operation.md

File metadata and controls

17 lines (9 loc) · 1.01 KB

V1Operation

Operation is a message representing a series of operations that can be performed. It includes fields for writing and deleting relationships and attributes.

Properties

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]