ShowcaseExternalSharingPolicy
public enum ShowcaseExternalSharingPolicy : CustomStringConvertible, JSONRepresentable
The ShowcaseExternalSharingPolicy union
-
Do not allow showcases to be shared with people not on the team.
Declaration
Swift
case disabled
-
Allow showcases to be shared with people not on the team.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }