UserDetailsEntity  
    data class UserDetailsEntity(val id: QualifiedIDEntity, val name: String?, val handle: String?, val email: String?, val phone: String?, val accentId: Int, val team: String?, val connectionStatus: ConnectionEntity.State = ConnectionEntity.State.NOT_CONNECTED, val previewAssetId: UserAssetIdEntity?, val completeAssetId: UserAssetIdEntity?, val availabilityStatus: UserAvailabilityStatusEntity, val userType: UserTypeEntity, val botService: BotIdEntity?, val deleted: Boolean, val hasIncompleteMetadata: Boolean = false, val expiresAt: <Error class: unknown class>?, val defederated: Boolean, val isProteusVerified: Boolean, val supportedProtocols: Set<SupportedProtocolEntity>?, val activeOneOnOneConversationId: QualifiedIDEntity?, val isUnderLegalHold: Boolean)
Constructors
Link copied to clipboard
                  constructor(id: QualifiedIDEntity, name: String?, handle: String?, email: String?, phone: String?, accentId: Int, team: String?, connectionStatus: ConnectionEntity.State = ConnectionEntity.State.NOT_CONNECTED, previewAssetId: UserAssetIdEntity?, completeAssetId: UserAssetIdEntity?, availabilityStatus: UserAvailabilityStatusEntity, userType: UserTypeEntity, botService: BotIdEntity?, deleted: Boolean, hasIncompleteMetadata: Boolean = false, expiresAt: <Error class: unknown class>?, defederated: Boolean, isProteusVerified: Boolean, supportedProtocols: Set<SupportedProtocolEntity>?, activeOneOnOneConversationId: QualifiedIDEntity?, isUnderLegalHold: Boolean)
Properties
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard