MemberLinkedApps

public class MemberLinkedApps : CustomStringConvertible, JSONRepresentable

Information on linked applications of a team member.

  • The member unique Id.

    Declaration

    Swift

    public let teamMemberId: String
  • List of third party applications linked by this team member.

    Declaration

    Swift

    public let linkedApiApps: [Team.ApiApp]
  • Declaration

    Swift

    public var description: String { get }