SaveUrlResult

public enum SaveUrlResult : CustomStringConvertible, JSONRepresentable

The SaveUrlResult union

  • This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.

    Declaration

    Swift

    case asyncJobId(String)
  • Metadata of the file where the URL is saved to.

    Declaration

    Swift

    case complete(Files.FileMetadata)
  • Declaration

    Swift

    public var description: String { get }