EventFirmwareResponse
@Serializable
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())