EchoArg
public class EchoArg : CustomStringConvertible, JSONRepresentable
Contains the arguments to be sent to the Dropbox servers.
-
The string that you’d like to be echoed back to you.
Declaration
Swift
public let query: String
-
Declaration
Swift
public var description: String { get }