Entity Info Response
data class EntityInfoResponse(val displayName: String? = null, val id: String, val inheritedPermissions: String? = null, val name: String, val numberOfChildGroups: Int? = null, val numberOfChildren: Int? = null, val numberOfDescendants: Int? = null, val parent: EntityParentGroupInfoResponse? = null, val parentDisplayNameChain: List<String>? = null, val parentNameChain: List<String>? = null, val permissions: String? = null, val tenantId: String? = null, val type: String)
The entity.
Constructors
Link copied to clipboard
fun EntityInfoResponse(displayName: String? = null, id: String, inheritedPermissions: String? = null, name: String, numberOfChildGroups: Int? = null, numberOfChildren: Int? = null, numberOfDescendants: Int? = null, parent: EntityParentGroupInfoResponse? = null, parentDisplayNameChain: List<String>? = null, parentNameChain: List<String>? = null, permissions: String? = null, tenantId: String? = null, type: String)