TeamFolderListResult

public class TeamFolderListResult : CustomStringConvertible, JSONRepresentable

Result for teamFolderList and teamFolderListContinue.

  • List of all team folders in the authenticated team.

    Declaration

    Swift

    public let teamFolders: [Team.TeamFolderMetadata]
  • Pass the cursor into teamFolderListContinue to obtain additional team folders.

    Declaration

    Swift

    public let cursor: String
  • Is true if there are additional team folders that have not been returned yet. An additional call to teamFolderListContinue can retrieve them.

    Declaration

    Swift

    public let hasMore: Bool
  • Declaration

    Swift

    public var description: String { get }