Get Job Target Group Result
data class GetJobTargetGroupResult(val azureApiVersion: String, val id: String, val members: List<JobTargetResponse>, val name: String, val type: String)
A group of job targets.
A group of job targets.