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