Get Group Profile Result
data class GetGroupProfileResult(val domainId: String? = null, val groupName: String? = null, val id: String? = null, val status: GroupProfileStatus? = null)
Constructors
Link copied to clipboard
constructor(domainId: String? = null, groupName: String? = null, id: String? = null, status: GroupProfileStatus? = null)