Get Hybrid Runbook Worker Result
data class GetHybridRunbookWorkerResult(val id: String, val ip: String? = null, val lastSeenDateTime: String? = null, val name: String, val registeredDateTime: String? = null, val systemData: SystemDataResponse, val type: String, val vmResourceId: String? = null, val workerName: String? = null, val workerType: String? = null)
Definition of hybrid runbook worker.