OperationEventReceipt
Class: warmhub.OperationEventReceipt
OperationEventReceipt(event: OperationEventHeader | None, event_request_id: str, operations: tuple[ReceiptOperation, ...], outcome: Literal['event', 'no_event'], request_digest: str, schema_version: ReceiptSchemaVersion, submission_id: str | None = None, extra: Mapping[str, Any] = empty_mapping(), raw: Mapping[str, Any] = empty_mapping())Exact immutable acknowledgement for one stream chunk.
Properties and attributes
Section titled “Properties and attributes”eventDocumentation is not yet available.
event_request_id
Section titled “event_request_id”event_request_idDocumentation is not yet available.
operations
Section titled “operations”operationsDocumentation is not yet available.
outcome
Section titled “outcome”outcomeDocumentation is not yet available.
request_digest
Section titled “request_digest”request_digestDocumentation is not yet available.
schema_version
Section titled “schema_version”schema_versionDocumentation is not yet available.
submission_id
Section titled “submission_id”submission_id = NoneDocumentation is not yet available.
extra = field(default_factory=empty_mapping)Documentation is not yet available.
raw = field(default_factory=empty_mapping)Documentation is not yet available.