RevisionLocationType

public enum RevisionLocationType : String, CustomStringConvertible, Codable

Undocumented

  • s3

    Undocumented

    Declaration

    Swift

    case s3 = "S3"
  • Undocumented

    Declaration

    Swift

    case github = "GitHub"
  • Undocumented

    Declaration

    Swift

    case string = "String"
  • Undocumented

    Declaration

    Swift

    case appspeccontent = "AppSpecContent"
  • Declaration

    Swift

    public var description: String { get }