CreateTeamInviteLinkDetails
public class CreateTeamInviteLinkDetails : CustomStringConvertible, JSONRepresentable
Created team invite link.
-
The invite link url that was created.
Declaration
Swift
public let linkUrl: String -
The expiration date of the invite link.
Declaration
Swift
public let expiryDate: String -
Declaration
Swift
public var description: String { get }
View on GitHub
CreateTeamInviteLinkDetails Class Reference