BatchReadSuccessfulResponse constructor
BatchReadSuccessfulResponse({
- BatchGetLinkAttributesResponse? getLinkAttributes,
- BatchGetObjectAttributesResponse? getObjectAttributes,
- BatchGetObjectInformationResponse? getObjectInformation,
- BatchListAttachedIndicesResponse? listAttachedIndices,
- BatchListIncomingTypedLinksResponse? listIncomingTypedLinks,
- BatchListIndexResponse? listIndex,
- BatchListObjectAttributesResponse? listObjectAttributes,
- BatchListObjectChildrenResponse? listObjectChildren,
- BatchListObjectParentPathsResponse? listObjectParentPaths,
- BatchListObjectParentsResponse? listObjectParents,
- BatchListObjectPoliciesResponse? listObjectPolicies,
- BatchListOutgoingTypedLinksResponse? listOutgoingTypedLinks,
- BatchListPolicyAttachmentsResponse? listPolicyAttachments,
- BatchLookupPolicyResponse? lookupPolicy,
Implementation
BatchReadSuccessfulResponse({
this.getLinkAttributes,
this.getObjectAttributes,
this.getObjectInformation,
this.listAttachedIndices,
this.listIncomingTypedLinks,
this.listIndex,
this.listObjectAttributes,
this.listObjectChildren,
this.listObjectParentPaths,
this.listObjectParents,
this.listObjectPolicies,
this.listOutgoingTypedLinks,
this.listPolicyAttachments,
this.lookupPolicy,
});