Swiftagram Documentation

Structure Saved​Collection

public struct SavedCollection: Wrapped  

A struct representing a SavedCollection.

%67 SavedCollection SavedCollection Wrapped Wrapped SavedCollection->Wrapped

Nested Types

SavedCollection.Collection

A struct defining a collection of SavedCollection.

SavedCollection.Unit

A struct defining a single SavedCollection response.

Conforms To

Wrapped

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.

identifier

public var identifier: String!  

The primary key.

name

public var name: String!  

The name.

type

public var type: String?  

The collection type.

count

public var count: Int?  

The collection media count.

cover

public var cover: [Media]?  

The cover media items.

items

public var items: [Media]?  

Media in the response.