Hybrid Runbook Worker Legacy Response
data class HybridRunbookWorkerLegacyResponse(val ip: String? = null, val lastSeenDateTime: String? = null, val name: String? = null, val registrationTime: String? = null)
Definition of hybrid runbook worker Legacy.
Constructors
Link copied to clipboard
fun HybridRunbookWorkerLegacyResponse(ip: String? = null, lastSeenDateTime: String? = null, name: String? = null, registrationTime: String? = null)