Swiftagram Documentation

Structure User.​Collection

struct Collection: Specialized, StringPaginatable  

A struct representing a User collection.

%31 User.Collection User.Collection StringPaginatable StringPaginatable User.Collection->StringPaginatable Specialized Specialized User.Collection->Specialized

Member Of

User

A struct representing a User.

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.

users

public var users: [User]?  

The users.