Get Hybrid Runbook Worker Group Result
data class GetHybridRunbookWorkerGroupResult(val credential: RunAsCredentialAssociationPropertyResponse? = null, val groupType: String? = null, val hybridRunbookWorkers: List<HybridRunbookWorkerLegacyResponse>? = null, val id: String? = null, val name: String? = null, val systemData: SystemDataResponse, val type: String)
Definition of hybrid runbook worker group.
Constructors
Link copied to clipboard
constructor(credential: RunAsCredentialAssociationPropertyResponse? = null, groupType: String? = null, hybridRunbookWorkers: List<HybridRunbookWorkerLegacyResponse>? = null, id: String? = null, name: String? = null, systemData: SystemDataResponse, type: String)