DispositionActionType

public enum DispositionActionType : CustomStringConvertible, JSONRepresentable

The DispositionActionType union

  • An unspecified error.

    Declaration

    Swift

    case automaticDelete
  • An unspecified error.

    Declaration

    Swift

    case automaticPermanentlyDelete
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }