Get Group Result
data class GetGroupResult(val eTag: String? = null, val id: String, val name: String, val properties: GroupPropertiesResponse, val type: String)
A group created in a Migration project.
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, name: String, properties: GroupPropertiesResponse, type: String)