Swiftagram Documentation

Structure Tray​Item.​Collection

struct Collection: Specialized, StringPaginatable  

A struct representing a TrayItem collection.

%105 TrayItem.Collection TrayItem.Collection StringPaginatable StringPaginatable TrayItem.Collection->StringPaginatable Specialized Specialized TrayItem.Collection->Specialized

Member Of

TrayItem

A struct representing a TrayItem.

Conforms To

StringPaginatable

A protocol defining a Paginatable instance with an optional String offset.

Specialized

A protocol describing a generic response returning an element of Response.

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

items

public var items: [TrayItem]?  

The items.