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