HasTeamSelectiveSyncValue

public enum HasTeamSelectiveSyncValue : CustomStringConvertible, JSONRepresentable

The value for hasTeamSelectiveSync in Feature.

  • Does this team have team selective sync enabled.

    Declaration

    Swift

    case hasTeamSelectiveSync(Bool)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }