Get Server Trust Group Result
data class GetServerTrustGroupResult(val groupMembers: List<ServerInfoResponse>, val id: String, val name: String, val trustScopes: List<String>, val type: String)
A server trust group.
Constructors
Link copied to clipboard
fun GetServerTrustGroupResult(groupMembers: List<ServerInfoResponse>, id: String, name: String, trustScopes: List<String>, type: String)