Structure
Comment.Collection
struct Collection: Specialized, StringPaginatable
A struct
representing a Comment
collection.
Relationships
Member Of
Comment
A
struct
representing aComment
.
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 |