Structure
User
public struct User: Wrapped
A struct representing a User.
Relationships
Nested Types
User.AccessAn
enumrepresenting an access status.User.CounterA
structrepresenting a profile'sCounters.User.UnitA
structrepresenting aUsersingle response.User.CollectionA
structrepresenting aUsercollection.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
| Name | Type | Description |
|---|---|---|
| wrapper | @escaping () -> Wrapper |
A valid |