CreateTeamInviteLinkDetails
open class CreateTeamInviteLinkDetails : CustomStringConvertible
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
open var description: String { get }