Structure
Conversation.Unit
struct Unit: Specialized, StringPaginatable
A struct
representing a Conversation
single response.
Relationships
Member Of
Conversation
A
struct
representing aConversation
.
Conforms To
StringPaginatable
A
protocol
defining aPaginatable
instance with an optionalString
offset.Specialized
A
protocol
describing a generic response returning an element ofResponse
.
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |