InstagramRelationship
public struct InstagramRelationship : DecodableThe struct containing an Instagram relationship.
- 
                  
                  Your relationship to the user. It can be follows ,requested ornone .DeclarationSwift public let outgoingStatus: String
- 
                  
                  A user’s relationship to you. It can be followed_by ,requested_by ,blocked_by_you ornone .DeclarationSwift public let incomingStatus: String?
 View on GitHub
            View on GitHub
           InstagramRelationship Structure Reference
      InstagramRelationship Structure Reference