ShowcaseDownloadPolicy

public enum ShowcaseDownloadPolicy : CustomStringConvertible, JSONRepresentable

Policy for controlling if files can be downloaded from Showcases by team members

  • An unspecified error.

    Declaration

    Swift

    case disabled
  • An unspecified error.

    Declaration

    Swift

    case enabled
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }