Swiftagram Documentation

Structure Saved​Collection.​Unit

A struct defining a single SavedCollection response.

%359 SavedCollection.Unit SavedCollection.Unit Specialized Specialized SavedCollection.Unit->Specialized StringPaginatable StringPaginatable SavedCollection.Unit->StringPaginatable

Member Of

SavedCollection

A struct representing a SavedCollection.

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.

collection

public var collection: SavedCollection?  

The collection.

items

public var items: [Media]?  

Media in the response.

offset

public var offset: String?  

The offset.