BatchWriteOperationResponse constructor
BatchWriteOperationResponse({
- BatchAddFacetToObjectResponse? addFacetToObject,
- BatchAttachObjectResponse? attachObject,
- BatchAttachPolicyResponse? attachPolicy,
- BatchAttachToIndexResponse? attachToIndex,
- BatchAttachTypedLinkResponse? attachTypedLink,
- BatchCreateIndexResponse? createIndex,
- BatchCreateObjectResponse? createObject,
- BatchDeleteObjectResponse? deleteObject,
- BatchDetachFromIndexResponse? detachFromIndex,
- BatchDetachObjectResponse? detachObject,
- BatchDetachPolicyResponse? detachPolicy,
- BatchDetachTypedLinkResponse? detachTypedLink,
- BatchRemoveFacetFromObjectResponse? removeFacetFromObject,
- BatchUpdateLinkAttributesResponse? updateLinkAttributes,
- 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,
});