- Overview
- PublishLocationResult
PublishLocationResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: publish_location.py.
from picogrid_ecn_client.workflows import PublishLocationResultPublished location and its broker acknowledgement.
PublishLocationResult(*, entity_id: UUID, location: Location, receipt: PublicationReceipt)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| entity_id | UUID | yes | — | — | Identity associated with the published location. |
| location | Location | yes | — | — | Typed location submitted to the ECN. |
| receipt | PublicationReceipt | yes | — | — | Broker acknowledgement for the publication. |
Version 0.2.0 · branch main
