Package-level declarations
Types
Link copied to clipboard
data class GetFirmwareResult(val azureApiVersion: String, val description: String? = null, val fileName: String? = null, val fileSize: Double? = null, val id: String, val model: String? = null, val name: String, val provisioningState: String, val status: String? = null, val statusMessages: List<StatusMessageResponse>? = null, val systemData: SystemDataResponse, val type: String, val vendor: String? = null, val version: String? = null)
Firmware definition
Link copied to clipboard
Link copied to clipboard
Error and status message
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.