EventFirmwareResponse

@Serializable
data class EventFirmwareResponse(val version: Int = 1, val generatedAt: String? = null, val source: String? = null, val editions: List<EventFirmwareEdition> = emptyList())(source)

Response envelope for event-firmware display metadata. Matches the bundled event_firmware.json and the planned GET /resource/eventFirmware API, sharing the {version, generatedAt, source, <payload>[]} shape used by NetworkDeviceLinksResponse. See schemas/event_firmware.schema.json for the authoring contract.

Constructors

Link copied to clipboard
constructor(version: Int = 1, generatedAt: String? = null, source: String? = null, editions: List<EventFirmwareEdition> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard