BatchReadSuccessfulResponse constructor

BatchReadSuccessfulResponse({
  1. BatchGetLinkAttributesResponse? getLinkAttributes,
  2. BatchGetObjectAttributesResponse? getObjectAttributes,
  3. BatchGetObjectInformationResponse? getObjectInformation,
  4. BatchListAttachedIndicesResponse? listAttachedIndices,
  5. BatchListIncomingTypedLinksResponse? listIncomingTypedLinks,
  6. BatchListIndexResponse? listIndex,
  7. BatchListObjectAttributesResponse? listObjectAttributes,
  8. BatchListObjectChildrenResponse? listObjectChildren,
  9. BatchListObjectParentPathsResponse? listObjectParentPaths,
  10. BatchListObjectPoliciesResponse? listObjectPolicies,
  11. BatchListOutgoingTypedLinksResponse? listOutgoingTypedLinks,
  12. BatchListPolicyAttachmentsResponse? listPolicyAttachments,
  13. BatchLookupPolicyResponse? lookupPolicy,
})

Implementation

BatchReadSuccessfulResponse({
  this.getLinkAttributes,
  this.getObjectAttributes,
  this.getObjectInformation,
  this.listAttachedIndices,
  this.listIncomingTypedLinks,
  this.listIndex,
  this.listObjectAttributes,
  this.listObjectChildren,
  this.listObjectParentPaths,
  this.listObjectPolicies,
  this.listOutgoingTypedLinks,
  this.listPolicyAttachments,
  this.lookupPolicy,
});