StorageConnectorType

public enum StorageConnectorType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case homefolders = "HOMEFOLDERS"
  • Undocumented

    Declaration

    Swift

    case googleDrive = "GOOGLE_DRIVE"
  • Undocumented

    Declaration

    Swift

    case oneDrive = "ONE_DRIVE"
  • Declaration

    Swift

    public var description: String { get }