PublicAPIEventQueueStatusType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Identification of the PublicAPIEventQueueStatusType |
code | string | true | Code of the PublicAPIEventQueueStatusType |
name | string | true | Name of the PublicAPIEventQueueStatusType |
JSON representation
{ "id": 4, "code": "4", "name": "Pending" }