Structures

The following structures are available globally.

  • Encaspulates (and validates) a directory destination

    See more

    Declaration

    Swift

    public struct DKDirectory
  • Undocumented

    See more

    Declaration

    Swift

    public struct DKUploadSignature : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct DKPromise
  • An error returned from the Dropmark API

    See more

    Declaration

    Swift

    public struct DKServerError : Error
  • Similar to DKResponseListSerializable, the DKResponseListAny is a serializer that generates an array of objects of any type. This extension is useful when handling results from Dropmark’s /activity endpoint, which returns a variety of object types.

    See more

    Declaration

    Swift

    public struct DKResponseListAny