HasTeamFileEventsValue

public enum HasTeamFileEventsValue : CustomStringConvertible, JSONRepresentable

The value for hasTeamFileEvents in Feature.

  • Does this team have file events.

    Declaration

    Swift

    case enabled(Bool)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }