Swift Enumeration
enum LargeBlobSupport
case preferred
case required
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?