Compression

public enum Compression : String

For an archive-type resource, the format of the compressed archive:

  • zip for a .zip file
  • gzip for a .tar.gz file Omitted for an audio-type resource.
  • zip

    Undocumented

    Declaration

    Swift

    case zip = "zip"
  • Undocumented

    Declaration

    Swift

    case gzip = "gzip"