EchoResult
public class EchoResult : CustomStringConvertible, JSONRepresentable
EchoResult contains the result returned from the Dropbox servers.
-
If everything worked correctly, this would be the same as query.
Declaration
Swift
public let result: String -
Declaration
Swift
public var description: String { get }
View on GitHub
EchoResult Class Reference