- Overview
- PublishEntityResult
PublishEntityResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: publish_entity.py.
from picogrid_ecn_client.workflows import PublishEntityResultPublished entity and its broker acknowledgement.
PublishEntityResult(*, entity: Entity, receipt: PublicationReceipt)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| entity | Entity | yes | — | — | Typed entity submitted to the ECN. |
| receipt | PublicationReceipt | yes | — | — | Broker acknowledgement for the publication. |
Version 0.2.0 · branch main
