IntegrationPolicy
public enum IntegrationPolicy : CustomStringConvertible, JSONRepresentable
Policy for controlling whether a service integration is enabled for the team.
-
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 }