JoinTeamDetails
public class JoinTeamDetails : CustomStringConvertible, JSONRepresentable
Additional information relevant when a new member joins the team.
-
Linked applications. (Deprecated) Please use has_linked_apps boolean field instead.
Declaration
Swift
public let linkedApps: [TeamLog.UserLinkedAppLogInfo]
-
Linked devices. (Deprecated) Please use has_linked_devices boolean field instead.
Declaration
Swift
public let linkedDevices: [TeamLog.LinkedDeviceLogInfo]
-
Linked shared folders. (Deprecated) Please use has_linked_shared_folders boolean field instead.
Declaration
Swift
public let linkedSharedFolders: [TeamLog.FolderLogInfo]
-
(Deprecated) True if the linked_apps list was truncated to the maximum supported length (50).
Declaration
Swift
public let wasLinkedAppsTruncated: Bool?
-
(Deprecated) True if the linked_devices list was truncated to the maximum supported length (50).
Declaration
Swift
public let wasLinkedDevicesTruncated: Bool?
-
(Deprecated) True if the linked_shared_folders list was truncated to the maximum supported length (50).
Declaration
Swift
public let wasLinkedSharedFoldersTruncated: Bool?
-
True if the user had linked apps at event time.
Declaration
Swift
public let hasLinkedApps: Bool?
-
True if the user had linked apps at event time.
Declaration
Swift
public let hasLinkedDevices: Bool?
-
True if the user had linked shared folders at event time.
Declaration
Swift
public let hasLinkedSharedFolders: Bool?
-
Declaration
Swift
public var description: String { get }