RedactionOutput

public enum RedactionOutput : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case redacted = "redacted"
  • Undocumented

    Declaration

    Swift

    case redactedAndUnredacted = "redacted_and_unredacted"
  • Declaration

    Swift

    public var description: String { get }