InstagramTag

public struct InstagramTag : Decodable

The struct containing an Instagram tag.

  • The tag name.

    Declaration

    Swift

    public let name: String
  • The number of media in which the tag appears.

    Declaration

    Swift

    public let mediaCount: Int