DeleteTeamInviteLinkDetails

public class DeleteTeamInviteLinkDetails : CustomStringConvertible, JSONRepresentable

Deleted team invite link.

  • The invite link url that was deleted.

    Declaration

    Swift

    public let linkUrl: String
  • Declaration

    Swift

    public var description: String { get }