Io TEdge Agent Info Response
data class IoTEdgeAgentInfoResponse(val imageName: String, val imageRepository: ImageRepositoryCredentialResponse? = null, val tag: String)
IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.
Constructors
Link copied to clipboard
constructor(imageName: String, imageRepository: ImageRepositoryCredentialResponse? = null, tag: String)