HasTeamSharedDropboxValue

public enum HasTeamSharedDropboxValue : CustomStringConvertible, JSONRepresentable

The value for hasTeamSharedDropbox in Feature.

  • Does this team have a shared team root.

    Declaration

    Swift

    case hasTeamSharedDropbox(Bool)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }