BatchWriteOperationResponse constructor

BatchWriteOperationResponse({
  1. BatchAddFacetToObjectResponse? addFacetToObject,
  2. BatchAttachObjectResponse? attachObject,
  3. BatchAttachPolicyResponse? attachPolicy,
  4. BatchAttachToIndexResponse? attachToIndex,
  5. BatchAttachTypedLinkResponse? attachTypedLink,
  6. BatchCreateIndexResponse? createIndex,
  7. BatchCreateObjectResponse? createObject,
  8. BatchDeleteObjectResponse? deleteObject,
  9. BatchDetachFromIndexResponse? detachFromIndex,
  10. BatchDetachObjectResponse? detachObject,
  11. BatchDetachPolicyResponse? detachPolicy,
  12. BatchDetachTypedLinkResponse? detachTypedLink,
  13. BatchRemoveFacetFromObjectResponse? removeFacetFromObject,
  14. BatchUpdateLinkAttributesResponse? updateLinkAttributes,
  15. BatchUpdateObjectAttributesResponse? updateObjectAttributes,
})

Implementation

BatchWriteOperationResponse({
  this.addFacetToObject,
  this.attachObject,
  this.attachPolicy,
  this.attachToIndex,
  this.attachTypedLink,
  this.createIndex,
  this.createObject,
  this.deleteObject,
  this.detachFromIndex,
  this.detachObject,
  this.detachPolicy,
  this.detachTypedLink,
  this.removeFacetFromObject,
  this.updateLinkAttributes,
  this.updateObjectAttributes,
});