Type

public enum `Type` : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case importAssetsFromS3 = "IMPORT_ASSETS_FROM_S3"
  • Undocumented

    Declaration

    Swift

    case importAssetFromSignedUrl = "IMPORT_ASSET_FROM_SIGNED_URL"
  • Undocumented

    Declaration

    Swift

    case exportAssetsToS3 = "EXPORT_ASSETS_TO_S3"
  • Undocumented

    Declaration

    Swift

    case exportAssetToSignedUrl = "EXPORT_ASSET_TO_SIGNED_URL"
  • Declaration

    Swift

    public var description: String { get }