TeamFolderGetInfoItem

public enum TeamFolderGetInfoItem : CustomStringConvertible, JSONRepresentable

The TeamFolderGetInfoItem union

  • An ID that was provided as a parameter to teamFolderGetInfo did not match any of the team’s team folders.

    Declaration

    Swift

    case idNotFound(String)
  • Properties of a team folder.

    Declaration

    Swift

    case teamFolderMetadata(Team.TeamFolderMetadata)
  • Declaration

    Swift

    public var description: String { get }