TeamFolderMetadata
public class TeamFolderMetadata : CustomStringConvertible, JSONRepresentable
Properties of a team folder.
-
The ID of the team folder.
Declaration
Swift
public let teamFolderId: String
-
The name of the team folder.
Declaration
Swift
public let name: String
-
The status of the team folder.
Declaration
Swift
public let status: Team.TeamFolderStatus
-
True if this team folder is a shared team root.
Declaration
Swift
public let isTeamSharedDropbox: Bool
-
The sync setting applied to this team folder.
Declaration
Swift
public let syncSetting: Files.SyncSetting
-
Sync settings applied to contents of this team folder.
Declaration
Swift
public let contentSyncSettings: [Files.ContentSyncSetting]
-
Declaration
Swift
public var description: String { get }