Principal Response
data class PrincipalResponse(val displayName: String? = null, val email: String? = null, val id: String? = null, val type: String? = null)
The name of the entity last modified it
Constructors
Link copied to clipboard
fun PrincipalResponse(displayName: String? = null, email: String? = null, id: String? = null, type: String? = null)