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