discard_teams_token.AcceptableContentType
ENUM
Contents
- Cases
json
other(_:)
- Properties
rawValue
allCases
- Methods
init(rawValue:)
@frozen public enum AcceptableContentType: AcceptableProtocol
Cases
json
case json
other(_:)
case other(Swift.String)
Properties
rawValue
public var rawValue: Swift.String
allCases
public static var allCases: [Self]
Methods
init(rawValue:)
public init?(rawValue: Swift.String)