Swiftagram Documentation

Structure Media.​Unit

struct Unit: Specialized  

A struct representing a Media single response.

%195 Media.Unit Media.Unit Specialized Specialized Media.Unit->Specialized

Member Of

Media

A struct representing a Media.

Conforms To

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.

media

public var media: Media?  

The media.